Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
astanley dc3cc1cb13 initial commit 1 week ago
..
.github initial commit 1 week ago
constants initial commit 1 week ago
test initial commit 1 week ago
.eslintrc initial commit 1 week ago
CHANGELOG.md initial commit 1 week ago
LICENSE initial commit 1 week ago
README.md initial commit 1 week ago
abs.d.ts initial commit 1 week ago
abs.js initial commit 1 week ago
floor.d.ts initial commit 1 week ago
floor.js initial commit 1 week ago
isFinite.d.ts initial commit 1 week ago
isFinite.js initial commit 1 week ago
isInteger.d.ts initial commit 1 week ago
isInteger.js initial commit 1 week ago
isNaN.d.ts initial commit 1 week ago
isNaN.js initial commit 1 week ago
isNegativeZero.d.ts initial commit 1 week ago
isNegativeZero.js initial commit 1 week ago
max.d.ts initial commit 1 week ago
max.js initial commit 1 week ago
min.d.ts initial commit 1 week ago
min.js initial commit 1 week ago
mod.d.ts initial commit 1 week ago
mod.js initial commit 1 week ago
package.json initial commit 1 week ago
pow.d.ts initial commit 1 week ago
pow.js initial commit 1 week ago
round.d.ts initial commit 1 week ago
round.js initial commit 1 week ago
sign.d.ts initial commit 1 week ago
sign.js initial commit 1 week ago
tsconfig.json initial commit 1 week 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.