helper functions for math/statistics (commonjs/esm)
npm install @toshiara/helper-functionsHelper functions for math / statistics
written in Typescript.
This package supports both CommonJs and ES Modules.
- isArray(x: any): boolean
- isFuntion(x: any): boolean
- isInteger(x: number): boolean
- isNumber(x: number): boolean
- isNegativeZero(x: number): boolean
- isLittleEndian(): boolean
- copysign(x: number, y: number): number
- polyval(x: number, coef: number[]): number
- setLowWord(x: number, low: number): number