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

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.