sqrt(3) LPC Library Functions sqrt(3)
NNAAMMEE
sqrt() - returns the square root of a float
SSYYNNOOPPSSIISS
float sqrt( float f );
DDEESSCCRRIIPPTTIIOONN
sqrt() returns the non-negative square root of its argu-
ment, `f'. The value of `f' must not be negative.
SSEEEE AALLSSOO
exp(3), log(3), pow(3)
MudOS 5 Sep 1994 1