Files
lush/llimits.h
Roberto Ierusalimschy 9d067ab73b Optimization for 'n^2'
Squares are much more common than other exponentiations, and 'n*n' is
much more efficient than 'pow'.
2020-11-13 09:59:07 -03:00

8.7 KiB