Language

Package: python-mpmath @ 1.1.0

Synopsis

Arbitrary-precision floating-point arithmetic in python

Description

mpmath can be used as an arbitrary-precision substitute for Python's float/complex types and math/cmath modules, but also does much more advanced mathematics.

Home page
https://mpmath.org
Location
gnu/packages/python-xyz.scm (line: 8885, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?