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

wegamekinglc / Derivatives-Algorithms-Lib / 28282930145
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: chore/fix-all-style-findings
DEFAULT BRANCH: master
Ran 27 Jun 2026 08:03AM UTC
Jobs 1
Files 218
Run time 1min
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

27 Jun 2026 07:45AM UTC coverage: 80.505%. Remained the same
28282930145

Pull #149

github

wegamekinglc
Fix math bugs: dedup AAD NPDF/NCDF, correct two error messages

- De-duplicate the NPDF/NCDF formula that was copy-pasted across the
  Adept, XAD, and CoDiPack branches in expr.hpp. Replace the three
  per-backend copies with one shared definition plus named constants
  (INV_SQRT_2PI, SQRT_2), eliminating the risk of silent cross-backend
  constant drift in a derivatives library.
- Keep the shared overload constrained to const Number_& (matching the
  original Adept signature) rather than a generic template<T_>: a generic
  template hijacks double overload resolution, pulling the backend erfc
  into plain-double BlackOpt call sites and crashing TestBlackScholesAAD
  under Adept.
- Correct the BachelierIV REQUIRE message ('BlackIV' -> 'BachelierIV').
- Correct the BCGSolve THROW message ('CGSolve' -> 'BCGSolve').
Pull Request #149: fix: dedup AAD NPDF/NCDF and correct two error messages

1 of 2 new or added lines in 2 files covered. (50.0%)

6285 of 7807 relevant lines covered (80.5%)

3162620.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.0
0.0% dal-cpp/dal/math/matrix/bcg.cpp
Jobs
ID Job ID Ran Files Coverage
1 28282930145.1 27 Jun 2026 08:03AM UTC 218
80.5
GitHub Action Run
Source Files on build 28282930145
  • Tree
  • List 218
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28282930145
  • Pull Request #149
  • PR Base - master (#28282236600)
  • Delete
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