seven 717b51f178 init před 1 rokem
..
.github 717b51f178 init před 1 rokem
constants 717b51f178 init před 1 rokem
test 717b51f178 init před 1 rokem
.eslintrc 717b51f178 init před 1 rokem
CHANGELOG.md 717b51f178 init před 1 rokem
LICENSE 717b51f178 init před 1 rokem
README.md 717b51f178 init před 1 rokem
abs.d.ts 717b51f178 init před 1 rokem
abs.js 717b51f178 init před 1 rokem
floor.d.ts 717b51f178 init před 1 rokem
floor.js 717b51f178 init před 1 rokem
isFinite.d.ts 717b51f178 init před 1 rokem
isFinite.js 717b51f178 init před 1 rokem
isInteger.d.ts 717b51f178 init před 1 rokem
isInteger.js 717b51f178 init před 1 rokem
isNaN.d.ts 717b51f178 init před 1 rokem
isNaN.js 717b51f178 init před 1 rokem
isNegativeZero.d.ts 717b51f178 init před 1 rokem
isNegativeZero.js 717b51f178 init před 1 rokem
max.d.ts 717b51f178 init před 1 rokem
max.js 717b51f178 init před 1 rokem
min.d.ts 717b51f178 init před 1 rokem
min.js 717b51f178 init před 1 rokem
mod.d.ts 717b51f178 init před 1 rokem
mod.js 717b51f178 init před 1 rokem
package.json 717b51f178 init před 1 rokem
pow.d.ts 717b51f178 init před 1 rokem
pow.js 717b51f178 init před 1 rokem
round.d.ts 717b51f178 init před 1 rokem
round.js 717b51f178 init před 1 rokem
sign.d.ts 717b51f178 init před 1 rokem
sign.js 717b51f178 init před 1 rokem
tsconfig.json 717b51f178 init před 1 rokem

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.