Package Exports
- @toshiara/helper-functions
Readme
helper functions
Helper functions for math / statistics written in Typescript. This package supports both CommonJs and ES Modules.
Functions
isArray(x: any): booleanisFuntion(x: any): booleanisInteger(x: number): booleanisNumber(x: number): booleanisNegativeZero(x: number): booleanisLittleEndian(): booleancopysign(x: number, y: number): numberpolyval(x: number, coef: number[]): numbersetLowWord(x: number, low: number): number