Sqrt()
Sqrt returns the square root of an Integer-Value.
Syntax: result = Sqrt( Expression )
Example:
dim a,b as word b=8 a=b^2 ' output: 64 a = Sqrt(a) ' output: 8
See also: Fsqrt
en:sqrt
Sqrt returns the square root of an Integer-Value.
Syntax: result = Sqrt( Expression )
Example:
dim a,b as word b=8 a=b^2 ' output: 64 a = Sqrt(a) ' output: 8
See also: Fsqrt