潘超林 b17e38f0e7 新建 vor 1 Jahr
..
.github b17e38f0e7 新建 vor 1 Jahr
constants b17e38f0e7 新建 vor 1 Jahr
test b17e38f0e7 新建 vor 1 Jahr
.eslintrc b17e38f0e7 新建 vor 1 Jahr
CHANGELOG.md b17e38f0e7 新建 vor 1 Jahr
LICENSE b17e38f0e7 新建 vor 1 Jahr
README.md b17e38f0e7 新建 vor 1 Jahr
abs.d.ts b17e38f0e7 新建 vor 1 Jahr
abs.js b17e38f0e7 新建 vor 1 Jahr
floor.d.ts b17e38f0e7 新建 vor 1 Jahr
floor.js b17e38f0e7 新建 vor 1 Jahr
isFinite.d.ts b17e38f0e7 新建 vor 1 Jahr
isFinite.js b17e38f0e7 新建 vor 1 Jahr
isInteger.d.ts b17e38f0e7 新建 vor 1 Jahr
isInteger.js b17e38f0e7 新建 vor 1 Jahr
isNaN.d.ts b17e38f0e7 新建 vor 1 Jahr
isNaN.js b17e38f0e7 新建 vor 1 Jahr
isNegativeZero.d.ts b17e38f0e7 新建 vor 1 Jahr
isNegativeZero.js b17e38f0e7 新建 vor 1 Jahr
max.d.ts b17e38f0e7 新建 vor 1 Jahr
max.js b17e38f0e7 新建 vor 1 Jahr
min.d.ts b17e38f0e7 新建 vor 1 Jahr
min.js b17e38f0e7 新建 vor 1 Jahr
mod.d.ts b17e38f0e7 新建 vor 1 Jahr
mod.js b17e38f0e7 新建 vor 1 Jahr
package.json b17e38f0e7 新建 vor 1 Jahr
pow.d.ts b17e38f0e7 新建 vor 1 Jahr
pow.js b17e38f0e7 新建 vor 1 Jahr
round.d.ts b17e38f0e7 新建 vor 1 Jahr
round.js b17e38f0e7 新建 vor 1 Jahr
sign.d.ts b17e38f0e7 新建 vor 1 Jahr
sign.js b17e38f0e7 新建 vor 1 Jahr
tsconfig.json b17e38f0e7 新建 vor 1 Jahr

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.