X\choro 48f1b97cc3 first commit 10 maanden geleden
..
.github 48f1b97cc3 first commit 10 maanden geleden
constants 48f1b97cc3 first commit 10 maanden geleden
test 48f1b97cc3 first commit 10 maanden geleden
.eslintrc 48f1b97cc3 first commit 10 maanden geleden
CHANGELOG.md 48f1b97cc3 first commit 10 maanden geleden
LICENSE 48f1b97cc3 first commit 10 maanden geleden
README.md 48f1b97cc3 first commit 10 maanden geleden
abs.d.ts 48f1b97cc3 first commit 10 maanden geleden
abs.js 48f1b97cc3 first commit 10 maanden geleden
floor.d.ts 48f1b97cc3 first commit 10 maanden geleden
floor.js 48f1b97cc3 first commit 10 maanden geleden
isFinite.d.ts 48f1b97cc3 first commit 10 maanden geleden
isFinite.js 48f1b97cc3 first commit 10 maanden geleden
isInteger.d.ts 48f1b97cc3 first commit 10 maanden geleden
isInteger.js 48f1b97cc3 first commit 10 maanden geleden
isNaN.d.ts 48f1b97cc3 first commit 10 maanden geleden
isNaN.js 48f1b97cc3 first commit 10 maanden geleden
isNegativeZero.d.ts 48f1b97cc3 first commit 10 maanden geleden
isNegativeZero.js 48f1b97cc3 first commit 10 maanden geleden
max.d.ts 48f1b97cc3 first commit 10 maanden geleden
max.js 48f1b97cc3 first commit 10 maanden geleden
min.d.ts 48f1b97cc3 first commit 10 maanden geleden
min.js 48f1b97cc3 first commit 10 maanden geleden
mod.d.ts 48f1b97cc3 first commit 10 maanden geleden
mod.js 48f1b97cc3 first commit 10 maanden geleden
package.json 48f1b97cc3 first commit 10 maanden geleden
pow.d.ts 48f1b97cc3 first commit 10 maanden geleden
pow.js 48f1b97cc3 first commit 10 maanden geleden
round.d.ts 48f1b97cc3 first commit 10 maanden geleden
round.js 48f1b97cc3 first commit 10 maanden geleden
sign.d.ts 48f1b97cc3 first commit 10 maanden geleden
sign.js 48f1b97cc3 first commit 10 maanden geleden
tsconfig.json 48f1b97cc3 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.