Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047411
en ru br
ALT Linux repos
S:1.2.1-alt1

Group :: Development/Python3
RPM: python3-module-mpmath

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2.1-alt1
Build date: 5 july 2021, 19:59 ( 142.5 weeks ago )
Size: 1950.68 Kb

Home page:   http://mpmath.org/

License: New BSD License
Summary: Python library for arbitrary-precision floating-point arithmetic
Description:

Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear algebra,
and much more. Almost any calculation can be performed just as well at
10-digit or 1000-digit precision, and in many cases mpmath implements
asymptotically fast algorithms that scale well for extremely high
precision work. Mpmath internally uses Python's builtin long integers by
default, but automatically switches to GMP/MPIR for much faster
high-precision arithmetic if gmpy is installed.

If matplotlib is available, mpmath also provides a convenient plotting
interface.

Current maintainer: Eugeny A. Rostovtsev (REAL)

List of contributors

List of rpms provided by this srpm:

  • python3-module-mpmath
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin