mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
d46b0936ce
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python. https://www.sympy.org/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
config BR2_PACKAGE_PYTHON_SYMPY
|
|
bool "python-sympy"
|
|
select BR2_PACKAGE_PYTHON_MPMATH # runtime
|
|
help
|
|
SymPy is a Python library for symbolic mathematics. It aims
|
|
to become a full-featured computer algebra system (CAS)
|
|
while keeping the code as simple as possible in order to be
|
|
comprehensible and easily extensible. SymPy is written
|
|
entirely in Python.
|
|
|
|
https://www.sympy.org/
|