Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damianc/math-ng
Set of additional angular methods for Math.
https://github.com/damianc/math-ng
Last synced: about 1 month ago
JSON representation
Set of additional angular methods for Math.
- Host: GitHub
- URL: https://github.com/damianc/math-ng
- Owner: damianc
- Created: 2023-09-28T15:26:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-09T07:48:45.000Z (10 months ago)
- Last Synced: 2024-03-09T08:35:11.040Z (10 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# math-ng
Set of additional angular methods: _[hyperbolic] [arcus] cotangent/secant/cosecant_. These are accessible through `ng` namespace, for example:
```
Math.ng.cot(1)
```List of methods:
- `cot()` - cotangent
- `sec()` - secant
- `csc()` - cosecant
- `acot()` - arcus cotangent
- `asec()` - arcus secant
- `acsc()` - arcus cosecant
- `coth()` - hyperbolic cotangent
- `sech()` - hyperbolic secant
- `csch()` - hyperbolic cosecant
- `acoth()` - hyperbolic arcus cotangent
- `asech()` - hyperbolic arcus secant
- `acsch()` - hyperbolic arcus cosecant----
For even more methods consult [`math-ngx`](https://github.com/damianc/math-ngx).