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

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.