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

nicolewhite / algebra.js / 32
95%

Build:
DEFAULT BRANCH: master
Ran 02 Jul 2015 01:19AM UTC
Jobs 1
Files 6
Run time 1s
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
32

push

travis-ci

nicolewhite
Allow Expressions to be manipulated by strings.

Expressions are still initialized with a variable expressed as a string:

var e = new Expression("x");

But then if you wanted to add another variable, say y, you'd have to
initialize a new expression with "y" before you could add it:

var y = new Expression("y");
e = e.add(y);

This is annoying. You can now just do this:

var e = new Expression("x");
e = e.add("y");

This has also been added for Expression.subtract and
Expression.multiply.

579 of 597 relevant lines covered (96.98%)

144.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32.1 02 Jul 2015 01:19AM UTC 0
96.98
Travis Job 32.1
Source Files on build 32
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #32
  • 0108005f on github
  • Prev Build on master (#31)
  • Next Build on master (#33)
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