Commit Graph

3 Commits

Author SHA1 Message Date
Leonid Kneller
f9d0eed525 mathext: add associate elliptic integrals B(m),D(m)
* Added an implementation of 2 associate complete elliptic integrals B(m),D(m).
* Added tests for the implemented integrals. B(m) and D(m) can be expressed via K(m) and E(m), but with cancellation problems.
2018-02-21 09:31:35 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Leonid Kneller
afee90e311 mathext: add complete elliptic integrals K and E (#74)
This implementation is derived from Toshio Fukushima's paper and Fortran code.
http://dx.doi.org/10.1016/j.cam.2014.12.038
2017-06-20 09:13:40 +09:30