--- id: audmath version: "1.4.4" license: MIT license_treatment: permissive maintenance: active --- # audmath — Math function implemented using numpy License: permissive · Maintenance: active · Downloads: 89.4K/mo ## What it is and what it does audmath is a collection of mathematical functions written in pure Python that depend only on numpy. It targets developers and researchers who need mathematical utilities for scientific computing. The package is production-stable, actively maintained, and supports modern Python versions from 3.10 onward. The library sits in the scientific/engineering space and appears designed for cases where you want math functionality without heavy dependencies. With only numpy as a runtime requirement and a wheel-based installation, it integrates easily into existing scientific Python environments. Use it for: - Add mathematical utilities to scientific Python projects without introducing heavy dependencies - Incorporate into research code that requires reproducible, pure-Python mathematical operations - Extend numpy-based workflows with domain-specific mathematical functions - Use in projects where minimal external dependencies are a requirement ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. audmath provides mathematical functions implemented in pure Python with numpy as its only external dependency. Yes, if you need mathematical functions for scientific work and want to avoid heavy dependencies. The package is actively maintained, MIT-licensed, has low install friction, and supports current Python versions. Install it when numpy-compatible math utilities fit your workflow. ## Install pip install audmath uv add audmath poetry add audmath ## Installing audmath Before you install: Low friction installation with a single numpy dependency. The package is actively maintained with recent commits and supports current Python versions. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal legal constraints. Quickstart: pip install audmath import audmath import numpy Requires Python 3.10 or later Verify before relying: - What specific mathematical functions are included in the library - Performance characteristics and typical use cases beyond generic math utilities - Whether pure Python implementation includes any compiled extensions ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 89.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags numpy math functions, pure python mathematics, scientific computing utilities, mathematical function library, numerical computation helpers, python math tools, numpy-based, pure-python [View on SkillFed](https://skillfed.io/packages/audmath) · [View on PyPI](https://pypi.org/project/audmath/)