leaflet / map / web / node_modules / math-intrinsics /
@[abemizuki] [abemizuki] authored on 8 Aug
..
.github add 1 month ago
constants add 1 month ago
test add 1 month ago
.eslintrc add 1 month ago
CHANGELOG.md add 1 month ago
LICENSE add 1 month ago
README.md add 1 month ago
abs.d.ts add 1 month ago
abs.js add 1 month ago
floor.d.ts add 1 month ago
floor.js add 1 month ago
isFinite.d.ts add 1 month ago
isFinite.js add 1 month ago
isInteger.d.ts add 1 month ago
isInteger.js add 1 month ago
isNaN.d.ts add 1 month ago
isNaN.js add 1 month ago
isNegativeZero.d.ts add 1 month ago
isNegativeZero.js add 1 month ago
max.d.ts add 1 month ago
max.js add 1 month ago
min.d.ts add 1 month ago
min.js add 1 month ago
mod.d.ts add 1 month ago
mod.js add 1 month ago
package.json add 1 month ago
pow.d.ts add 1 month ago
pow.js add 1 month ago
round.d.ts add 1 month ago
round.js add 1 month ago
sign.d.ts add 1 month ago
sign.js add 1 month ago
tsconfig.json add 1 month ago
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.