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): booleanpolyval(x: number, coef: number[]): number