Skip to content

Latest commit

 

History

History

math

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Math

Wrapper for some mathematical helpers.

Examples

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

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

Documentation

Go check the full documentation.