• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nicolewhite / algebra.js / 58
95%

Build:
DEFAULT BRANCH: master
Ran 15 Aug 2015 03:06PM UTC
Jobs 1
Files 5
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
58

push

travis-ci

nicolewhite
Return 1 in the case of infinite solutions

Previously, solving an equation with infinite solutions was handled
inelegantly: you’d either get an exception or undefined. This returns a
new Fraction(1, 1) in the case that there are infinite solutions.
Example:

var x = new Expression(“x”);
var eq = new Equation(x.pow(2), x.pow(2)); // x^2 = x^2

var answers = eq.solveFor(“x”);
console.log(answers.toString()); // 1

Closes #2.

750 of 773 relevant lines covered (97.02%)

357.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 58.1 15 Aug 2015 03:06PM UTC 0
97.02
Travis Job 58.1
Source Files on build 58
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #58
  • 3d9b1dba on github
  • Prev Build on master (#57)
  • Next Build on master (#65)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc