cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

C++17 Mathematical Special Functions #397

Open mborland opened 4 months ago

mborland commented 4 months ago

These likely can be adapted from the ones in Boost.Math but we should include them for completeness:

ckormanyos commented 1 month ago

I'll handle Riemann-zeta and the collection of Bessels first. I#ve been down those roads before.

ckormanyos commented 2 weeks ago

Ok ellint_1 and 2 are preliminarily done