Sqr()

Top  Previous  Next

Sqr() - Calculates the square root

Description

The Sqr() function takes a number and calculates the square root.

Sqr(Number)

Example

MyNumber = Sqr(16) 'returns 4

 

MyNumber = Sqr(52) 'returns 7.211...