0.2.0 • Published 2 years ago
@toshiara/helper-functions v0.2.0
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