Liberty BASIC Help Online

SQR( n )
SQR(n)
 
Description:
This function returns the square root of the number or numeric expressioin n.
 
Usage:
 
  print "The square root of 2 is: ";
  print SQR(2)
 


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/