Sqr (float)

Parameters

float = any floating point number (integers are converted on the fly)

Description

This command will return the square root of a specified value. The value returned is a floating point number.

Example

; sqr# example

value=25

print "The square root of our value is: " + sqr#(value)
waitkey()

Index

Click here to view the latest version of this page online