neo-one
neo-one copied to clipboard
Add `Math.sqrt()` API to compiler
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 exactly Math.sqrt()
but that's what regular JS would be if we wanted to go above and beyond.