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

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

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2015 05:13AM 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: 98.193% (-0.002%) from 98.195%
218.2

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.

924 of 941 relevant lines covered (98.19%)

1285546.91 hits per line

Source Files on job 218.2
  • 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.2
  • ce8f5f34 on github
  • Prev Job for on master (#211.2)
  • Next Job for on master (#230.2)
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