Metadata-Version: 2.0
Name: pyerf
Version: 0.1.1
Summary: A pure-Python implementation of the error function and inverse error function.
Home-page: https://www.github.com/dougthor42/pyerf
Author: Douglas Thor
Author-email: UNKNOWN
License: GNU General Public License v3 (GPLv3)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Mathematics

PyErf
=====

|travis| |pypi| |wheels| |pythonversion| |docs|

A pure-Python implementation of the error function and inverse error function.

Usage
-----


Changelog
---------
See `CHANGELOG.md`_.


.. |travis| image:: https://img.shields.io/travis/dougthor42/pyerf.svg
  :target: https://travis-ci.org/dougthor42/PyErf
  :alt: Travis-CI (Linux, Max)

.. |pypi| image:: https://img.shields.io/pypi/v/pyerf.svg
  :target: https://pypi.python.org/pypi/pyerf/
  :alt: Latest PyPI version

.. |wheels| image:: https://img.shields.io/pypi/wheel/pyerf.svg
  :target: https://pypi.python.org/pypi/pyerf/
  :alt: Python Wheels

.. |pythonversion| image:: https://img.shields.io/pypi/pyversions/pyerf.svg
  :target: https://pypi.python.org/pypi/pyerf/
  :alt: Supported Python Versions

.. |docs| image:: https://readthedocs.org/projects/pyerf/badge/?version=latest
  :target: http://pyerf.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

.. _`CHANGELOG.md`: https://github.com/dougthor42/PyErf/blob/master/CHANGELOG.md


