commit | 9d067ab73b6befa0a5418f1df35c711f6c6918b3 | [log] [tgz] |
---|---|---|
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Fri Nov 13 09:59:07 2020 -0300 |
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | Fri Nov 13 09:59:07 2020 -0300 |
tree | 250093c32a8b0575c8c47aced1bdbb7d3d7bc3fd | |
parent | 2f4162bc473b995117e95c88230f637ca3e1c866 [diff] |
Optimization for 'n^2' Squares are much more common than other exponentiations, and 'n*n' is much more efficient than 'pow'.
This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.
Please do not send pull requests. To report issues and send patches, post a message to the Lua mailing list.
Download official Lua releases from Lua.org.