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

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.