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

apache / commons-numbers / 463
100%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2020 04:19PM UTC
Jobs 1
Files 50
Run time 10s
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
463

push

travis-ci

aherbert
Approximation of sinh/cosh using exp can be overflow/underflow safe.

Updated the sinh(), cosh() and tanh() methods for large absolute real to
avoid overflow of exp(x) to infinite.

sinh()/cosh() now use a common function to compute the result as only
the sign of the result components differs. The computation of e^x can be
made in stages to allow computation of results even when e^x / 2
overflows.

tanh() now computes e^x in stages.

Added edge cases where exp(x) overflows but the result can be computed.

31 of 31 new or added lines in 1 file covered. (100.0%)

3052 of 3102 relevant lines covered (98.39%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 463.1 15 Jan 2020 04:19PM UTC 0
98.39
Travis Job 463.1
Source Files on build 463
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #463
  • f48844b4 on github
  • Prev Build on master (#462)
  • Next Build on master (#464)
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