zheng 8213b23298 webpack 21 timmar sedan
..
.github 8213b23298 webpack 21 timmar sedan
constants 8213b23298 webpack 21 timmar sedan
test 8213b23298 webpack 21 timmar sedan
.eslintrc 8213b23298 webpack 21 timmar sedan
CHANGELOG.md 8213b23298 webpack 21 timmar sedan
LICENSE 8213b23298 webpack 21 timmar sedan
README.md 8213b23298 webpack 21 timmar sedan
abs.d.ts 8213b23298 webpack 21 timmar sedan
abs.js 8213b23298 webpack 21 timmar sedan
floor.d.ts 8213b23298 webpack 21 timmar sedan
floor.js 8213b23298 webpack 21 timmar sedan
isFinite.d.ts 8213b23298 webpack 21 timmar sedan
isFinite.js 8213b23298 webpack 21 timmar sedan
isInteger.d.ts 8213b23298 webpack 21 timmar sedan
isInteger.js 8213b23298 webpack 21 timmar sedan
isNaN.d.ts 8213b23298 webpack 21 timmar sedan
isNaN.js 8213b23298 webpack 21 timmar sedan
isNegativeZero.d.ts 8213b23298 webpack 21 timmar sedan
isNegativeZero.js 8213b23298 webpack 21 timmar sedan
max.d.ts 8213b23298 webpack 21 timmar sedan
max.js 8213b23298 webpack 21 timmar sedan
min.d.ts 8213b23298 webpack 21 timmar sedan
min.js 8213b23298 webpack 21 timmar sedan
mod.d.ts 8213b23298 webpack 21 timmar sedan
mod.js 8213b23298 webpack 21 timmar sedan
package.json 8213b23298 webpack 21 timmar sedan
pow.d.ts 8213b23298 webpack 21 timmar sedan
pow.js 8213b23298 webpack 21 timmar sedan
round.d.ts 8213b23298 webpack 21 timmar sedan
round.js 8213b23298 webpack 21 timmar sedan
sign.d.ts 8213b23298 webpack 21 timmar sedan
sign.js 8213b23298 webpack 21 timmar sedan
tsconfig.json 8213b23298 webpack 21 timmar sedan

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.