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.
 
 
 
def 28b1c86b18 Initial commit – monitor dashboard and oracle foundation 1 week ago
..
.github Initial commit – monitor dashboard and oracle foundation 1 week ago
constants Initial commit – monitor dashboard and oracle foundation 1 week ago
test Initial commit – monitor dashboard and oracle foundation 1 week ago
.eslintrc Initial commit – monitor dashboard and oracle foundation 1 week ago
CHANGELOG.md Initial commit – monitor dashboard and oracle foundation 1 week ago
LICENSE Initial commit – monitor dashboard and oracle foundation 1 week ago
README.md Initial commit – monitor dashboard and oracle foundation 1 week ago
abs.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
abs.js Initial commit – monitor dashboard and oracle foundation 1 week ago
floor.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
floor.js Initial commit – monitor dashboard and oracle foundation 1 week ago
isFinite.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
isFinite.js Initial commit – monitor dashboard and oracle foundation 1 week ago
isInteger.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
isInteger.js Initial commit – monitor dashboard and oracle foundation 1 week ago
isNaN.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
isNaN.js Initial commit – monitor dashboard and oracle foundation 1 week ago
isNegativeZero.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
isNegativeZero.js Initial commit – monitor dashboard and oracle foundation 1 week ago
max.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
max.js Initial commit – monitor dashboard and oracle foundation 1 week ago
min.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
min.js Initial commit – monitor dashboard and oracle foundation 1 week ago
mod.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
mod.js Initial commit – monitor dashboard and oracle foundation 1 week ago
package.json Initial commit – monitor dashboard and oracle foundation 1 week ago
pow.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
pow.js Initial commit – monitor dashboard and oracle foundation 1 week ago
round.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
round.js Initial commit – monitor dashboard and oracle foundation 1 week ago
sign.d.ts Initial commit – monitor dashboard and oracle foundation 1 week ago
sign.js Initial commit – monitor dashboard and oracle foundation 1 week ago
tsconfig.json Initial commit – monitor dashboard and oracle foundation 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.