Closed TedTed closed 2 years ago
I don't see erfinv
listed in the MPFR documentation. Do you have an implementation for it?
The source code must be licensed under LGPLv3+ to allow it to be bundled into gmpy2
. There maybe other options if that is not possible.
Sorry, yes, I was looking at different arbitrary-precision computation projects and mixed things up. Thanks for letting us know what the requirements would be if we end up sending a PR to MPFR!
Hi, we are possibly interested in using gmpy for an application related to differential privacy; but we would need support for the
erfinv
function.gmpy
? Do I understand correctly that we could simply add the corresponding MPFR binding like is done for the other functions, or are there unexpected subtleties?Thanks a ton in advance!