# Math

Wrapper for some mathematical helpers.


## Examples

```js
import { Math as M } from "pencil.js";

M.truncate(-99.9); // -99
M.sum(1, 2, 3); // 6
```

## Documentation

Go check the [full documentation](documentation.md).
