Add Math.sqrt()
API to compiler
#2520
Labels
area/compiler
Categorize issue or PR as compiler (@neo-one/smart-contract-compiler) related
good first issue
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed.
We can now add a square root API to our smart contract compiler with the new
SQRT
OpCode. I don't know exactly what it would look like though. Maybe not exactlyMath.sqrt()
but that's what regular JS would be if we wanted to go above and beyond.The text was updated successfully, but these errors were encountered: