<< Previous | Next >>

sqrt

float sqrt( float x );

Description

Calculate the square root of x.

Parameters

x
Value to compute.

Return value

The square root of x.

Library

MATH.LIB

See also

exp, pow, pow10


Dynamic C Functions << Previous | Next >> rabbit.com