sh
pip install pymathematic
Changelog:
- First realease
- Now on `pip`
- Trigonometric functions:
- `sin()`
- `cos()`
- `tan()`
- `csc()`
- `sec()`
- `cot()`
- Number sets (types):
- `NaturalInteger`s (ℕ)
- `RelativeInteger`s (ℤ)
- `Decimal`s (𝔻)
- `Rational`s (ℚ)
- Constants:
- `e`
- `pi`
- `phi` (golden ration)
- Miscellaneous functions:
- `prime_factors` (in development)
- `factorial()`
- `primorial()` (in development)
- `gcd()`
- `lcm()`
- Error types:
- `InDevError`
- `DivisionByZeroError`
- `PositiveIntegerError`
- `NegativeIntegerError`
**Full Changelog**: https://github.com/foxypiratecove37350/pymathematic/commits/v0.0.1