seven 717b51f178 init 6 天之前
..
.github 717b51f178 init 6 天之前
constants 717b51f178 init 6 天之前
test 717b51f178 init 6 天之前
.eslintrc 717b51f178 init 6 天之前
CHANGELOG.md 717b51f178 init 6 天之前
LICENSE 717b51f178 init 6 天之前
README.md 717b51f178 init 6 天之前
abs.d.ts 717b51f178 init 6 天之前
abs.js 717b51f178 init 6 天之前
floor.d.ts 717b51f178 init 6 天之前
floor.js 717b51f178 init 6 天之前
isFinite.d.ts 717b51f178 init 6 天之前
isFinite.js 717b51f178 init 6 天之前
isInteger.d.ts 717b51f178 init 6 天之前
isInteger.js 717b51f178 init 6 天之前
isNaN.d.ts 717b51f178 init 6 天之前
isNaN.js 717b51f178 init 6 天之前
isNegativeZero.d.ts 717b51f178 init 6 天之前
isNegativeZero.js 717b51f178 init 6 天之前
max.d.ts 717b51f178 init 6 天之前
max.js 717b51f178 init 6 天之前
min.d.ts 717b51f178 init 6 天之前
min.js 717b51f178 init 6 天之前
mod.d.ts 717b51f178 init 6 天之前
mod.js 717b51f178 init 6 天之前
package.json 717b51f178 init 6 天之前
pow.d.ts 717b51f178 init 6 天之前
pow.js 717b51f178 init 6 天之前
round.d.ts 717b51f178 init 6 天之前
round.js 717b51f178 init 6 天之前
sign.d.ts 717b51f178 init 6 天之前
sign.js 717b51f178 init 6 天之前
tsconfig.json 717b51f178 init 6 天之前

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.