冯博深 e3294c98a1 first 1 day ago
..
.github e3294c98a1 first 1 day ago
constants e3294c98a1 first 1 day ago
test e3294c98a1 first 1 day ago
.eslintrc e3294c98a1 first 1 day ago
CHANGELOG.md e3294c98a1 first 1 day ago
LICENSE e3294c98a1 first 1 day ago
README.md e3294c98a1 first 1 day ago
abs.d.ts e3294c98a1 first 1 day ago
abs.js e3294c98a1 first 1 day ago
floor.d.ts e3294c98a1 first 1 day ago
floor.js e3294c98a1 first 1 day ago
isFinite.d.ts e3294c98a1 first 1 day ago
isFinite.js e3294c98a1 first 1 day ago
isInteger.d.ts e3294c98a1 first 1 day ago
isInteger.js e3294c98a1 first 1 day ago
isNaN.d.ts e3294c98a1 first 1 day ago
isNaN.js e3294c98a1 first 1 day ago
isNegativeZero.d.ts e3294c98a1 first 1 day ago
isNegativeZero.js e3294c98a1 first 1 day ago
max.d.ts e3294c98a1 first 1 day ago
max.js e3294c98a1 first 1 day ago
min.d.ts e3294c98a1 first 1 day ago
min.js e3294c98a1 first 1 day ago
mod.d.ts e3294c98a1 first 1 day ago
mod.js e3294c98a1 first 1 day ago
package.json e3294c98a1 first 1 day ago
pow.d.ts e3294c98a1 first 1 day ago
pow.js e3294c98a1 first 1 day ago
round.d.ts e3294c98a1 first 1 day ago
round.js e3294c98a1 first 1 day ago
sign.d.ts e3294c98a1 first 1 day ago
sign.js e3294c98a1 first 1 day ago
tsconfig.json e3294c98a1 first 1 day 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.