Sqrt
Signature
float sqrt(float number); //id:0x0210
Description
Gets the square root of a number.
For example, passing the number 4
would result in the value 2
being returned.
Last updated
float sqrt(float number); //id:0x0210
Gets the square root of a number.
For example, passing the number 4
would result in the value 2
being returned.
Last updated