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

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.