https://github.com/audeering/audmath
General math functions
https://github.com/audeering/audmath
math numpy
Last synced: 8 months ago
JSON representation
General math functions
- Host: GitHub
- URL: https://github.com/audeering/audmath
- Owner: audeering
- License: other
- Created: 2021-07-28T10:07:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T16:17:35.000Z (about 1 year ago)
- Last Synced: 2025-05-25T10:08:50.346Z (9 months ago)
- Topics: math, numpy
- Language: Python
- Homepage: https://audeering.github.io/audmath/
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
audmath
=======
|tests| |coverage| |docs| |python-versions| |license|
The Python package **audmath** collects mathematical
functions implemented in pure Python,
with **numpy** as it's only external dependency.
Have a look at the installation_ and usage_ instructions as a starting point.
.. _installation: https://audeering.github.io/audmath/installation.html
.. _usage: https://audeering.github.io/audmath/usage.html
.. badges images and links:
.. |tests| image:: https://github.com/audeering/audmath/workflows/Test/badge.svg
:target: https://github.com/audeering/audmath/actions?query=workflow%3ATest
:alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audmath/branch/main/graph/badge.svg?token=JFyZlt0Nqk
:target: https://codecov.io/gh/audeering/audmath
:alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audmath?label=docs
:target: https://audeering.github.io/audmath/
:alt: audmath's documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/audeering/audmath/blob/main/LICENSE
:alt: audmath's MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audmath.svg
:target: https://pypi.org/project/audmath/
:alt: audmath's supported Python versions