
sqrt(3)                C LIBRARY FUNCTIONS                sqrt(3)

NAME
     sqrt() - returns the square root of a float

SYNOPSIS
     float sqrt(float f);

DESCRIPTION
     sqrt() returns the non-negative square root of its argument,
     `f'.  The value of `f' must not be negative.

Sun Release 4.1           Last change:                          1

