冯博深 e3294c98a1 first há 2 dias atrás
..
.github e3294c98a1 first há 2 dias atrás
constants e3294c98a1 first há 2 dias atrás
test e3294c98a1 first há 2 dias atrás
.eslintrc e3294c98a1 first há 2 dias atrás
CHANGELOG.md e3294c98a1 first há 2 dias atrás
LICENSE e3294c98a1 first há 2 dias atrás
README.md e3294c98a1 first há 2 dias atrás
abs.d.ts e3294c98a1 first há 2 dias atrás
abs.js e3294c98a1 first há 2 dias atrás
floor.d.ts e3294c98a1 first há 2 dias atrás
floor.js e3294c98a1 first há 2 dias atrás
isFinite.d.ts e3294c98a1 first há 2 dias atrás
isFinite.js e3294c98a1 first há 2 dias atrás
isInteger.d.ts e3294c98a1 first há 2 dias atrás
isInteger.js e3294c98a1 first há 2 dias atrás
isNaN.d.ts e3294c98a1 first há 2 dias atrás
isNaN.js e3294c98a1 first há 2 dias atrás
isNegativeZero.d.ts e3294c98a1 first há 2 dias atrás
isNegativeZero.js e3294c98a1 first há 2 dias atrás
max.d.ts e3294c98a1 first há 2 dias atrás
max.js e3294c98a1 first há 2 dias atrás
min.d.ts e3294c98a1 first há 2 dias atrás
min.js e3294c98a1 first há 2 dias atrás
mod.d.ts e3294c98a1 first há 2 dias atrás
mod.js e3294c98a1 first há 2 dias atrás
package.json e3294c98a1 first há 2 dias atrás
pow.d.ts e3294c98a1 first há 2 dias atrás
pow.js e3294c98a1 first há 2 dias atrás
round.d.ts e3294c98a1 first há 2 dias atrás
round.js e3294c98a1 first há 2 dias atrás
sign.d.ts e3294c98a1 first há 2 dias atrás
sign.js e3294c98a1 first há 2 dias atrás
tsconfig.json e3294c98a1 first há 2 dias atrás

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.