@rocksandy/math
v1.0.3
Published
fix floating point arithmetic bug
Downloads
1
Readme
math-ext
fix floating point arithmetic bug
install
npm i math-ext
API
import * as MathExt from '@rocksandy/math';
MathExt.add(a: number, b:number);
MathExt.sub(a: number, b:number);
MathExt.mul(a: number, b:number);
MathExt.div(a: number, b:number);