Open shirok opened 8 months ago
(gauche math)
library?
Statistical Shortcomings in Standard Math Libraries (And How To Fix Them) by Evan Miller recommends 8 functions.
It would be nice to have this as a SRFI eventually (vetted by one of the mathematician schemers).
As a curiosity, Mathematical special functions (since C++17)
Thanks for the very useful links. We already have a few math.*
modules so I was thinking under that umbrella.
Preliminary impementation at https://github.com/pre-srfi/statistics8
There are several generally useful math procedures but I'm not sure where to put them.
Add more as they come up, and we'll eventually get some ideas.