冯博深 e3294c98a1 first 20 godzin temu
..
.github e3294c98a1 first 20 godzin temu
constants e3294c98a1 first 20 godzin temu
test e3294c98a1 first 20 godzin temu
.eslintrc e3294c98a1 first 20 godzin temu
CHANGELOG.md e3294c98a1 first 20 godzin temu
LICENSE e3294c98a1 first 20 godzin temu
README.md e3294c98a1 first 20 godzin temu
abs.d.ts e3294c98a1 first 20 godzin temu
abs.js e3294c98a1 first 20 godzin temu
floor.d.ts e3294c98a1 first 20 godzin temu
floor.js e3294c98a1 first 20 godzin temu
isFinite.d.ts e3294c98a1 first 20 godzin temu
isFinite.js e3294c98a1 first 20 godzin temu
isInteger.d.ts e3294c98a1 first 20 godzin temu
isInteger.js e3294c98a1 first 20 godzin temu
isNaN.d.ts e3294c98a1 first 20 godzin temu
isNaN.js e3294c98a1 first 20 godzin temu
isNegativeZero.d.ts e3294c98a1 first 20 godzin temu
isNegativeZero.js e3294c98a1 first 20 godzin temu
max.d.ts e3294c98a1 first 20 godzin temu
max.js e3294c98a1 first 20 godzin temu
min.d.ts e3294c98a1 first 20 godzin temu
min.js e3294c98a1 first 20 godzin temu
mod.d.ts e3294c98a1 first 20 godzin temu
mod.js e3294c98a1 first 20 godzin temu
package.json e3294c98a1 first 20 godzin temu
pow.d.ts e3294c98a1 first 20 godzin temu
pow.js e3294c98a1 first 20 godzin temu
round.d.ts e3294c98a1 first 20 godzin temu
round.js e3294c98a1 first 20 godzin temu
sign.d.ts e3294c98a1 first 20 godzin temu
sign.js e3294c98a1 first 20 godzin temu
tsconfig.json e3294c98a1 first 20 godzin temu

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.