[go: up one dir, main page]

@pencil.js/math

1.18.0 • Public • Published

Math

Wrapper for some mathematical helpers.

Installation

npm install @pencil.js/math

Examples

import * as PMath from "@pencil.js/math";

PMath.truncate(-99.9); // -99

// or
import { constrain } from "@pencil.js/math";
constrain(99, 0, 10); // 10

Documentation

Go check the full documentation.

Package Sidebar

Install

npm i @pencil.js/math

Weekly Downloads

25

Version

1.18.0

License

MIT

Unpacked Size

6.72 kB

Total Files

4

Last publish

Collaborators

  • gmartigny