Sqrt
Signature
float sqrt(float number); //id:0x0210Description
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:0x0210Gets the square root of a number.
For example, passing the number 4 would result in the value 2 being returned.
Last updated