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.
 
 
 
 
 
Priyanka Punukollu 267a7b1e4f Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
..
.github Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
constants Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
test Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
.eslintrc Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
CHANGELOG.md Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
LICENSE Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
README.md Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
abs.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
abs.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
floor.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
floor.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isFinite.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isFinite.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isInteger.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isInteger.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isNaN.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isNaN.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isNegativeZero.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
isNegativeZero.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
max.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
max.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
min.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
min.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
mod.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
mod.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
package.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
pow.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
pow.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
round.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
round.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
sign.d.ts Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
sign.js Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
tsconfig.json Merge remote main into local — keep all agent feature files and Angular UI changes 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.