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

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.