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

JuliaMath / SpecialFunctions.jl / 126 / 4
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2017 06:05PM 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

05 Aug 2017 05:56PM UTC coverage: 83.364% (+0.7%) from 82.692%
126.4

push

travis-ci

ararslan
Correct besseli(nu, 0) & besselix(nu, 0) with nu<0 and nu an Int. (#34)

* Correct besseli(nu, 0) & besselix(nu, 0) with nu<0 and nu an Int.

An AmosException is thrown for besseli(nu, 0) or besselix(nu, 0)
due to the call to _besselk.
However, for integer nu, besseli(nu, 0) = besseli(-nu,0) = 0 and
similar for besselix.  A test is added before calling besselk.

* Correct test for AmosException in besselix(nu, z)

besselix(nu, z) is divergent for z=0 and negative nu, only if nu is
not an integer.

* Correct besselj and besseljx for nu<0 and nu an Int.

* besselj(nu, 0) and besseljx(nu, 0) should equal 0 for integer nu!=0.
  AmosException was thrown for z=complex(0).
* Tests corrected and more added to runtest.jl
* Changed `if sinpi(nu) == 0` to `if isinteger(nu)`

* Additions to runtests, parens in sincosint, hope to increase coverage

* Attempt to get coverage test past at-horner macro.

446 of 535 relevant lines covered (83.36%)

38.1 hits per line

Source Files on job 126.4
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 126
  • Travis Job 126.4
  • e6c7269b on github
  • Prev Job for on master (#122.4)
  • Next Job for on master (#128.4)
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