X\choro 48f1b97cc3 first commit há 10 meses atrás
..
.github 48f1b97cc3 first commit há 10 meses atrás
constants 48f1b97cc3 first commit há 10 meses atrás
test 48f1b97cc3 first commit há 10 meses atrás
.eslintrc 48f1b97cc3 first commit há 10 meses atrás
CHANGELOG.md 48f1b97cc3 first commit há 10 meses atrás
LICENSE 48f1b97cc3 first commit há 10 meses atrás
README.md 48f1b97cc3 first commit há 10 meses atrás
abs.d.ts 48f1b97cc3 first commit há 10 meses atrás
abs.js 48f1b97cc3 first commit há 10 meses atrás
floor.d.ts 48f1b97cc3 first commit há 10 meses atrás
floor.js 48f1b97cc3 first commit há 10 meses atrás
isFinite.d.ts 48f1b97cc3 first commit há 10 meses atrás
isFinite.js 48f1b97cc3 first commit há 10 meses atrás
isInteger.d.ts 48f1b97cc3 first commit há 10 meses atrás
isInteger.js 48f1b97cc3 first commit há 10 meses atrás
isNaN.d.ts 48f1b97cc3 first commit há 10 meses atrás
isNaN.js 48f1b97cc3 first commit há 10 meses atrás
isNegativeZero.d.ts 48f1b97cc3 first commit há 10 meses atrás
isNegativeZero.js 48f1b97cc3 first commit há 10 meses atrás
max.d.ts 48f1b97cc3 first commit há 10 meses atrás
max.js 48f1b97cc3 first commit há 10 meses atrás
min.d.ts 48f1b97cc3 first commit há 10 meses atrás
min.js 48f1b97cc3 first commit há 10 meses atrás
mod.d.ts 48f1b97cc3 first commit há 10 meses atrás
mod.js 48f1b97cc3 first commit há 10 meses atrás
package.json 48f1b97cc3 first commit há 10 meses atrás
pow.d.ts 48f1b97cc3 first commit há 10 meses atrás
pow.js 48f1b97cc3 first commit há 10 meses atrás
round.d.ts 48f1b97cc3 first commit há 10 meses atrás
round.js 48f1b97cc3 first commit há 10 meses atrás
sign.d.ts 48f1b97cc3 first commit há 10 meses atrás
sign.js 48f1b97cc3 first commit há 10 meses atrás
tsconfig.json 48f1b97cc3 first commit há 10 meses atrás

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.