## Usage
```javascript
var ns = require( '@stdlib/math/special' );
```
#### ns
Standard library special math functions.
```javascript
var o = ns;
// returns {...}
```
### Exponential & Logarithmic Functions
### Trigonometric Functions
### Bessel Functions
### Absolute Value and Rounding Functions
- [`abs( x[, options] )`][@stdlib/math/special/abs]: compute the absolute value.
### Other Special Functions