htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
..
.github 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
constants 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
test 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
.eslintrc 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
CHANGELOG.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
LICENSE 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
abs.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
abs.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
floor.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
floor.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isFinite.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isFinite.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isInteger.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isInteger.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isNaN.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isNaN.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isNegativeZero.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
isNegativeZero.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
max.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
max.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
min.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
min.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
mod.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
mod.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
package.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
pow.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
pow.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
round.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
round.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
sign.d.ts 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
sign.js 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa
tsconfig.json 7ca38fdcbb 善行少年PC端首次提交(基础版) 10 mesi fa

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.