冯博深 e3294c98a1 first преди 1 ден
..
.github e3294c98a1 first преди 1 ден
constants e3294c98a1 first преди 1 ден
test e3294c98a1 first преди 1 ден
.eslintrc e3294c98a1 first преди 1 ден
CHANGELOG.md e3294c98a1 first преди 1 ден
LICENSE e3294c98a1 first преди 1 ден
README.md e3294c98a1 first преди 1 ден
abs.d.ts e3294c98a1 first преди 1 ден
abs.js e3294c98a1 first преди 1 ден
floor.d.ts e3294c98a1 first преди 1 ден
floor.js e3294c98a1 first преди 1 ден
isFinite.d.ts e3294c98a1 first преди 1 ден
isFinite.js e3294c98a1 first преди 1 ден
isInteger.d.ts e3294c98a1 first преди 1 ден
isInteger.js e3294c98a1 first преди 1 ден
isNaN.d.ts e3294c98a1 first преди 1 ден
isNaN.js e3294c98a1 first преди 1 ден
isNegativeZero.d.ts e3294c98a1 first преди 1 ден
isNegativeZero.js e3294c98a1 first преди 1 ден
max.d.ts e3294c98a1 first преди 1 ден
max.js e3294c98a1 first преди 1 ден
min.d.ts e3294c98a1 first преди 1 ден
min.js e3294c98a1 first преди 1 ден
mod.d.ts e3294c98a1 first преди 1 ден
mod.js e3294c98a1 first преди 1 ден
package.json e3294c98a1 first преди 1 ден
pow.d.ts e3294c98a1 first преди 1 ден
pow.js e3294c98a1 first преди 1 ден
round.d.ts e3294c98a1 first преди 1 ден
round.js e3294c98a1 first преди 1 ден
sign.d.ts e3294c98a1 first преди 1 ден
sign.js e3294c98a1 first преди 1 ден
tsconfig.json e3294c98a1 first преди 1 ден

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.