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

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.