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

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.