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.
 
 
 
PhilipOsztromok d28cb5a9ed Initial commit 1 year ago
..
.github Initial commit 1 year ago
constants Initial commit 1 year ago
test Initial commit 1 year ago
.eslintrc Initial commit 1 year ago
CHANGELOG.md Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
abs.d.ts Initial commit 1 year ago
abs.js Initial commit 1 year ago
floor.d.ts Initial commit 1 year ago
floor.js Initial commit 1 year ago
isFinite.d.ts Initial commit 1 year ago
isFinite.js Initial commit 1 year ago
isInteger.d.ts Initial commit 1 year ago
isInteger.js Initial commit 1 year ago
isNaN.d.ts Initial commit 1 year ago
isNaN.js Initial commit 1 year ago
isNegativeZero.d.ts Initial commit 1 year ago
isNegativeZero.js Initial commit 1 year ago
max.d.ts Initial commit 1 year ago
max.js Initial commit 1 year ago
min.d.ts Initial commit 1 year ago
min.js Initial commit 1 year ago
mod.d.ts Initial commit 1 year ago
mod.js Initial commit 1 year ago
package.json Initial commit 1 year ago
pow.d.ts Initial commit 1 year ago
pow.js Initial commit 1 year ago
round.d.ts Initial commit 1 year ago
round.js Initial commit 1 year ago
sign.d.ts Initial commit 1 year ago
sign.js Initial commit 1 year ago
tsconfig.json Initial commit 1 year 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.