Go to the first, previous, next, last section, table of contents.


sqrt

Syntax

#include <math.h>

double sqrt(double x);

Return Value

The square root of x.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.