seven 717b51f178 init 6 dní pred
..
.github 717b51f178 init 6 dní pred
constants 717b51f178 init 6 dní pred
test 717b51f178 init 6 dní pred
.eslintrc 717b51f178 init 6 dní pred
CHANGELOG.md 717b51f178 init 6 dní pred
LICENSE 717b51f178 init 6 dní pred
README.md 717b51f178 init 6 dní pred
abs.d.ts 717b51f178 init 6 dní pred
abs.js 717b51f178 init 6 dní pred
floor.d.ts 717b51f178 init 6 dní pred
floor.js 717b51f178 init 6 dní pred
isFinite.d.ts 717b51f178 init 6 dní pred
isFinite.js 717b51f178 init 6 dní pred
isInteger.d.ts 717b51f178 init 6 dní pred
isInteger.js 717b51f178 init 6 dní pred
isNaN.d.ts 717b51f178 init 6 dní pred
isNaN.js 717b51f178 init 6 dní pred
isNegativeZero.d.ts 717b51f178 init 6 dní pred
isNegativeZero.js 717b51f178 init 6 dní pred
max.d.ts 717b51f178 init 6 dní pred
max.js 717b51f178 init 6 dní pred
min.d.ts 717b51f178 init 6 dní pred
min.js 717b51f178 init 6 dní pred
mod.d.ts 717b51f178 init 6 dní pred
mod.js 717b51f178 init 6 dní pred
package.json 717b51f178 init 6 dní pred
pow.d.ts 717b51f178 init 6 dní pred
pow.js 717b51f178 init 6 dní pred
round.d.ts 717b51f178 init 6 dní pred
round.js 717b51f178 init 6 dní pred
sign.d.ts 717b51f178 init 6 dní pred
sign.js 717b51f178 init 6 dní pred
tsconfig.json 717b51f178 init 6 dní pred

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.