-
Notifications
You must be signed in to change notification settings - Fork 0
CAT 044
unurgunite edited this page Jul 11, 2026
·
3 revisions
Severity:
info• Confidence:low• Auto-fix: ❌
Caution
Low confidence rule — may produce false positives.
** power → Math.pow — Using ** for large exponents allocates intermediate objects. Prefer Math.pow for float exponentiation.
x ** 3.5Note
See bench results at bench/cat-044/