We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48676c commit 9ce50cfCopy full SHA for 9ce50cf
mpfdtype/README.md
@@ -1,7 +1,6 @@
1
# A multi precision DType for NumPy
2
3
-:warning: Note that while the DType is BSD license, MPFR and GMP which it
4
-must be linked with are not.
+A DType and scalar which uses [MPFR](https://www.mpfr.org/) for multi precision floating point math. MPFR itself has an LGPL license.
5
6
A very basic example::
7
0 commit comments