Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).