Metadata-Version: 2.1
Name: padepy
Version: 0.1.0
Summary: Padé approximmants calculation.
Home-page: https://github.com/daSilvaRafael/padepy
Author: Rafael da Silva
Author-email: rafael6braga@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Welcome to padepy!
==================

padepy is a Python library for Padé approximation calculation with infinite (algebric) and finite (floating) precision. The current version supports two methods: a direct algorithm, in Frobenius sense, and Baker’s recursive algorithm.

Documentation
-------------

The official documentation is hosted by Read the Docs: https://padepy.readthedocs.io/en/latest/


