ljoaquim 1590311121 first commit 10 maanden geleden
..
.github 1590311121 first commit 10 maanden geleden
constants 1590311121 first commit 10 maanden geleden
test 1590311121 first commit 10 maanden geleden
.eslintrc 1590311121 first commit 10 maanden geleden
CHANGELOG.md 1590311121 first commit 10 maanden geleden
LICENSE 1590311121 first commit 10 maanden geleden
README.md 1590311121 first commit 10 maanden geleden
abs.d.ts 1590311121 first commit 10 maanden geleden
abs.js 1590311121 first commit 10 maanden geleden
floor.d.ts 1590311121 first commit 10 maanden geleden
floor.js 1590311121 first commit 10 maanden geleden
isFinite.d.ts 1590311121 first commit 10 maanden geleden
isFinite.js 1590311121 first commit 10 maanden geleden
isInteger.d.ts 1590311121 first commit 10 maanden geleden
isInteger.js 1590311121 first commit 10 maanden geleden
isNaN.d.ts 1590311121 first commit 10 maanden geleden
isNaN.js 1590311121 first commit 10 maanden geleden
isNegativeZero.d.ts 1590311121 first commit 10 maanden geleden
isNegativeZero.js 1590311121 first commit 10 maanden geleden
max.d.ts 1590311121 first commit 10 maanden geleden
max.js 1590311121 first commit 10 maanden geleden
min.d.ts 1590311121 first commit 10 maanden geleden
min.js 1590311121 first commit 10 maanden geleden
mod.d.ts 1590311121 first commit 10 maanden geleden
mod.js 1590311121 first commit 10 maanden geleden
package.json 1590311121 first commit 10 maanden geleden
pow.d.ts 1590311121 first commit 10 maanden geleden
pow.js 1590311121 first commit 10 maanden geleden
round.d.ts 1590311121 first commit 10 maanden geleden
round.js 1590311121 first commit 10 maanden geleden
sign.d.ts 1590311121 first commit 10 maanden geleden
sign.js 1590311121 first commit 10 maanden geleden
tsconfig.json 1590311121 first commit 10 maanden geleden

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.