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

JuliaDiff / TaylorSeries.jl / 218 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2015 05:12AM UTC
Files 6
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

02 Aug 2015 05:10AM UTC coverage: 96.051% (-0.004%) from 96.055%
218.1

push

travis-ci

dpsanders
Merge pull request #26 from JuliaDiff/use_base_arithmetic

Instead of arrays for multivectors, use single integer

This uses a single integer, expressed in base `order+1`, instead of a vector of (non-negative) integers, to represent the multivectors of powers in monomials. 

E.g., `[1, 2, 0, 1]` with order 6 becomes 1 + 0*7 + 2*7^2 + 1*7^3.

The sum of two such integers is then directly an integer corresponding to the correct multivector for the product of these two monomials.

900 of 937 relevant lines covered (96.05%)

1277316.51 hits per line

Source Files on job 218.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 218
  • Travis Job 218.1
  • ce8f5f34 on github
  • Prev Job for on master (#211.1)
  • Next Job for on master (#230.1)
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