-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A module to put miscellaneous math procedures #997
Comments
|
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 |
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.
The text was updated successfully, but these errors were encountered: