X\choro 48f1b97cc3 first commit пре 10 месеци
..
.github 48f1b97cc3 first commit пре 10 месеци
constants 48f1b97cc3 first commit пре 10 месеци
test 48f1b97cc3 first commit пре 10 месеци
.eslintrc 48f1b97cc3 first commit пре 10 месеци
CHANGELOG.md 48f1b97cc3 first commit пре 10 месеци
LICENSE 48f1b97cc3 first commit пре 10 месеци
README.md 48f1b97cc3 first commit пре 10 месеци
abs.d.ts 48f1b97cc3 first commit пре 10 месеци
abs.js 48f1b97cc3 first commit пре 10 месеци
floor.d.ts 48f1b97cc3 first commit пре 10 месеци
floor.js 48f1b97cc3 first commit пре 10 месеци
isFinite.d.ts 48f1b97cc3 first commit пре 10 месеци
isFinite.js 48f1b97cc3 first commit пре 10 месеци
isInteger.d.ts 48f1b97cc3 first commit пре 10 месеци
isInteger.js 48f1b97cc3 first commit пре 10 месеци
isNaN.d.ts 48f1b97cc3 first commit пре 10 месеци
isNaN.js 48f1b97cc3 first commit пре 10 месеци
isNegativeZero.d.ts 48f1b97cc3 first commit пре 10 месеци
isNegativeZero.js 48f1b97cc3 first commit пре 10 месеци
max.d.ts 48f1b97cc3 first commit пре 10 месеци
max.js 48f1b97cc3 first commit пре 10 месеци
min.d.ts 48f1b97cc3 first commit пре 10 месеци
min.js 48f1b97cc3 first commit пре 10 месеци
mod.d.ts 48f1b97cc3 first commit пре 10 месеци
mod.js 48f1b97cc3 first commit пре 10 месеци
package.json 48f1b97cc3 first commit пре 10 месеци
pow.d.ts 48f1b97cc3 first commit пре 10 месеци
pow.js 48f1b97cc3 first commit пре 10 месеци
round.d.ts 48f1b97cc3 first commit пре 10 месеци
round.js 48f1b97cc3 first commit пре 10 месеци
sign.d.ts 48f1b97cc3 first commit пре 10 месеци
sign.js 48f1b97cc3 first commit пре 10 месеци
tsconfig.json 48f1b97cc3 first commit пре 10 месеци

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.