zheng 8213b23298 webpack 23 ore în urmă
..
.github 8213b23298 webpack 23 ore în urmă
constants 8213b23298 webpack 23 ore în urmă
test 8213b23298 webpack 23 ore în urmă
.eslintrc 8213b23298 webpack 23 ore în urmă
CHANGELOG.md 8213b23298 webpack 23 ore în urmă
LICENSE 8213b23298 webpack 23 ore în urmă
README.md 8213b23298 webpack 23 ore în urmă
abs.d.ts 8213b23298 webpack 23 ore în urmă
abs.js 8213b23298 webpack 23 ore în urmă
floor.d.ts 8213b23298 webpack 23 ore în urmă
floor.js 8213b23298 webpack 23 ore în urmă
isFinite.d.ts 8213b23298 webpack 23 ore în urmă
isFinite.js 8213b23298 webpack 23 ore în urmă
isInteger.d.ts 8213b23298 webpack 23 ore în urmă
isInteger.js 8213b23298 webpack 23 ore în urmă
isNaN.d.ts 8213b23298 webpack 23 ore în urmă
isNaN.js 8213b23298 webpack 23 ore în urmă
isNegativeZero.d.ts 8213b23298 webpack 23 ore în urmă
isNegativeZero.js 8213b23298 webpack 23 ore în urmă
max.d.ts 8213b23298 webpack 23 ore în urmă
max.js 8213b23298 webpack 23 ore în urmă
min.d.ts 8213b23298 webpack 23 ore în urmă
min.js 8213b23298 webpack 23 ore în urmă
mod.d.ts 8213b23298 webpack 23 ore în urmă
mod.js 8213b23298 webpack 23 ore în urmă
package.json 8213b23298 webpack 23 ore în urmă
pow.d.ts 8213b23298 webpack 23 ore în urmă
pow.js 8213b23298 webpack 23 ore în urmă
round.d.ts 8213b23298 webpack 23 ore în urmă
round.js 8213b23298 webpack 23 ore în urmă
sign.d.ts 8213b23298 webpack 23 ore în urmă
sign.js 8213b23298 webpack 23 ore în urmă
tsconfig.json 8213b23298 webpack 23 ore în urmă

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.