Metadata-Version: 2.1
Name: realalg
Version: 0.3.5
Summary: For manipulating real algebraic numbers
Home-page: https://github.com/MarkCBell/realalg
Author: Mark Bell
Author-email: mcbell@illinois.edu
License: MIT License
Keywords: algebraic
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy>=1.15.1
Requires-Dist: sympy>=1.6


RealAlg
=======

.. image:: https://img.shields.io/pypi/v/realalg.svg
    :target: https://pypi.org/project/realalg/
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/l/realalg.svg
    :target: https://pypi.org/project/realalg/
    :alt: PyPI license

.. image:: https://img.shields.io/github/workflow/status/MarkCBell/realalg/Build/master
    :target: https://github.com/MarkCBell/realalg/actions
    :alt: Github build status

RealAlg provides real algebraic numbers (embedded into R).
This is achieved through a variety of interfaces.
For most performance ensure that `cypari`_ or `cypari2`_ is installed, or run it within `Sage`_.

It officially supports Python 3.8 -- 3.12.
It also runs on `PyPy`_ and `Sage`_.

External Links
--------------

* `PyPI`_
* `GitHub`_

.. _GitHub: https://github.com/MarkCBell/realalg
.. _PyPI: https://pypi.org/project/realalg
.. _ReadTheDocs: http://realalg.readthedocs.io
.. _Sage: http://www.sagemath.org
.. _PyPy: https://pypy.org/
.. _cypari: https://pypi.org/project/cypari
.. _cypari2: https://pypi.org/project/cypari2

