mpmath is a free (BSD licensed) Python library for real and complex floating-point arithmetic with arbitrary precision. https://mpmath.org/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
config BR2_PACKAGE_PYTHON_MPMATH
|
|
bool "python-mpmath"
|
|
help
|
|
mpmath is a free (BSD licensed) Python library for real and
|
|
complex floating-point arithmetic with arbitrary precision.
|
|
|
|
https://mpmath.org/
|