Table of Contents Previous topic Next topic
C LIBRARY FUNCTIONS->Detailed Descriptions->sqrt() sqrtl()
Summary
#include "math.h"
double sqrt(double x) | Calculate square root to double precision |
long double sqrtl(long double x); | Calculate square root to long double precision |
x | Floating point operand |