Wrapper for some mathematical helpers.
import { Math as M } from "pencil.js";
M.truncate(-99.9); // -99
M.sum(1, 2, 3); // 6
Go check the full documentation.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Wrapper for some mathematical helpers.
import { Math as M } from "pencil.js";
M.truncate(-99.9); // -99
M.sum(1, 2, 3); // 6
Go check the full documentation.