冯博深 e3294c98a1 first 1 өдөр өмнө
..
.github e3294c98a1 first 1 өдөр өмнө
constants e3294c98a1 first 1 өдөр өмнө
test e3294c98a1 first 1 өдөр өмнө
.eslintrc e3294c98a1 first 1 өдөр өмнө
CHANGELOG.md e3294c98a1 first 1 өдөр өмнө
LICENSE e3294c98a1 first 1 өдөр өмнө
README.md e3294c98a1 first 1 өдөр өмнө
abs.d.ts e3294c98a1 first 1 өдөр өмнө
abs.js e3294c98a1 first 1 өдөр өмнө
floor.d.ts e3294c98a1 first 1 өдөр өмнө
floor.js e3294c98a1 first 1 өдөр өмнө
isFinite.d.ts e3294c98a1 first 1 өдөр өмнө
isFinite.js e3294c98a1 first 1 өдөр өмнө
isInteger.d.ts e3294c98a1 first 1 өдөр өмнө
isInteger.js e3294c98a1 first 1 өдөр өмнө
isNaN.d.ts e3294c98a1 first 1 өдөр өмнө
isNaN.js e3294c98a1 first 1 өдөр өмнө
isNegativeZero.d.ts e3294c98a1 first 1 өдөр өмнө
isNegativeZero.js e3294c98a1 first 1 өдөр өмнө
max.d.ts e3294c98a1 first 1 өдөр өмнө
max.js e3294c98a1 first 1 өдөр өмнө
min.d.ts e3294c98a1 first 1 өдөр өмнө
min.js e3294c98a1 first 1 өдөр өмнө
mod.d.ts e3294c98a1 first 1 өдөр өмнө
mod.js e3294c98a1 first 1 өдөр өмнө
package.json e3294c98a1 first 1 өдөр өмнө
pow.d.ts e3294c98a1 first 1 өдөр өмнө
pow.js e3294c98a1 first 1 өдөр өмнө
round.d.ts e3294c98a1 first 1 өдөр өмнө
round.js e3294c98a1 first 1 өдөр өмнө
sign.d.ts e3294c98a1 first 1 өдөр өмнө
sign.js e3294c98a1 first 1 өдөр өмнө
tsconfig.json e3294c98a1 first 1 өдөр өмнө

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.