0.2.0 • Published 3 months ago

@toshiara/helper-functions v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

helper functions

Helper functions for math / statistics written in Typescript. This package supports both CommonJs and ES Modules.

Functions

  • 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