## Usage
```javascript
var math = require( '@stdlib/math' );
```
#### math
Namespace containing math functions.
```javascript
var m = math;
// returns {...}
```
The namespace consists of the following sub-namespaces:
- [`array`][@stdlib/math/array]: math functions applied to arrays.
- [`base`][@stdlib/math/base]: base (i.e., lower-level) math functions.
- [`iter`][@stdlib/math/iter]: math iterators.
- [`special`][@stdlib/math/special]: special math functions.
- [`strided`][@stdlib/math/strided]: strided array math functions.
- [`tools`][@stdlib/math/tools]: math tools.