SQR

Previous  Next

 

SQR( number )

 


 

Returns arithmetic square root of a number

 

Example:

 

PRINT "Square root of 4 = "; SQR( 4 ),