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