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