JSPM

@toshiara/helper-functions

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q21325F
  • License MIT

helper functions for math/statistics (commonjs/esm)

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): boolean

  • isFuntion(x: any): boolean

  • isInteger(x: number): boolean

  • isNumber(x: number): boolean

  • isNegativeZero(x: number): boolean

  • polyval(x: number, coef: number[]): number