User a51b30e12f init 4 months ago
..
.github a51b30e12f init 4 months ago
constants a51b30e12f init 4 months ago
test a51b30e12f init 4 months ago
.eslintrc a51b30e12f init 4 months ago
CHANGELOG.md a51b30e12f init 4 months ago
LICENSE a51b30e12f init 4 months ago
README.md a51b30e12f init 4 months ago
abs.d.ts a51b30e12f init 4 months ago
abs.js a51b30e12f init 4 months ago
floor.d.ts a51b30e12f init 4 months ago
floor.js a51b30e12f init 4 months ago
isFinite.d.ts a51b30e12f init 4 months ago
isFinite.js a51b30e12f init 4 months ago
isInteger.d.ts a51b30e12f init 4 months ago
isInteger.js a51b30e12f init 4 months ago
isNaN.d.ts a51b30e12f init 4 months ago
isNaN.js a51b30e12f init 4 months ago
isNegativeZero.d.ts a51b30e12f init 4 months ago
isNegativeZero.js a51b30e12f init 4 months ago
max.d.ts a51b30e12f init 4 months ago
max.js a51b30e12f init 4 months ago
min.d.ts a51b30e12f init 4 months ago
min.js a51b30e12f init 4 months ago
mod.d.ts a51b30e12f init 4 months ago
mod.js a51b30e12f init 4 months ago
package.json a51b30e12f init 4 months ago
pow.d.ts a51b30e12f init 4 months ago
pow.js a51b30e12f init 4 months ago
round.d.ts a51b30e12f init 4 months ago
round.js a51b30e12f init 4 months ago
sign.d.ts a51b30e12f init 4 months ago
sign.js a51b30e12f init 4 months ago
tsconfig.json a51b30e12f init 4 months ago

README.md

math-intrinsics Version Badge

github actions coverage License Downloads

npm badge

ES Math-related intrinsics and helpers, robustly cached.

  • abs
  • floor
  • isFinite
  • isInteger
  • isNaN
  • isNegativeZero
  • max
  • min
  • mod
  • pow
  • round
  • sign
  • constants/maxArrayLength
  • constants/maxSafeInteger
  • constants/maxValue

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.