# Math

Wrapper for some mathematical helpers.


## Examples

```js
// This will override the native Math !
import { Math } from "pencil.js";

Math.truncate(-99.9); // -99
```

## Documentation

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