郑柏铃 2d70e83176 uniapp пре 2 недеља
..
.github 2d70e83176 uniapp пре 2 недеља
constants 2d70e83176 uniapp пре 2 недеља
test 2d70e83176 uniapp пре 2 недеља
.eslintrc 2d70e83176 uniapp пре 2 недеља
CHANGELOG.md 2d70e83176 uniapp пре 2 недеља
LICENSE 2d70e83176 uniapp пре 2 недеља
README.md 2d70e83176 uniapp пре 2 недеља
abs.d.ts 2d70e83176 uniapp пре 2 недеља
abs.js 2d70e83176 uniapp пре 2 недеља
floor.d.ts 2d70e83176 uniapp пре 2 недеља
floor.js 2d70e83176 uniapp пре 2 недеља
isFinite.d.ts 2d70e83176 uniapp пре 2 недеља
isFinite.js 2d70e83176 uniapp пре 2 недеља
isInteger.d.ts 2d70e83176 uniapp пре 2 недеља
isInteger.js 2d70e83176 uniapp пре 2 недеља
isNaN.d.ts 2d70e83176 uniapp пре 2 недеља
isNaN.js 2d70e83176 uniapp пре 2 недеља
isNegativeZero.d.ts 2d70e83176 uniapp пре 2 недеља
isNegativeZero.js 2d70e83176 uniapp пре 2 недеља
max.d.ts 2d70e83176 uniapp пре 2 недеља
max.js 2d70e83176 uniapp пре 2 недеља
min.d.ts 2d70e83176 uniapp пре 2 недеља
min.js 2d70e83176 uniapp пре 2 недеља
mod.d.ts 2d70e83176 uniapp пре 2 недеља
mod.js 2d70e83176 uniapp пре 2 недеља
package.json 2d70e83176 uniapp пре 2 недеља
pow.d.ts 2d70e83176 uniapp пре 2 недеља
pow.js 2d70e83176 uniapp пре 2 недеља
round.d.ts 2d70e83176 uniapp пре 2 недеља
round.js 2d70e83176 uniapp пре 2 недеља
sign.d.ts 2d70e83176 uniapp пре 2 недеља
sign.js 2d70e83176 uniapp пре 2 недеља
tsconfig.json 2d70e83176 uniapp пре 2 недеља

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.