SQRT(3) BSD Library Functions Manual SQRT(3)NAMEsqrt -- square root functionSYNOPSIS#include <math.h> double sqrt(double x);DESCRIPTIONThe sqrt() function compute the non-negative square root of x.SPECIAL VALUESsqrt(-0) returns -0. sqrt(x) returns a NaN and generates a domain error for x < 0.SEE ALSOmath(3), matherr(3)STANDARDSThe sqrt() function conforms to ISO/IEC 9899:1999(E).BSDJanuary 27, 2003 BSD
| Related Man Pages |
|---|
| sqrt(3) - centos |
| sqrtl(3) - centos |
| sqrt(3) - linux |
| sqrt(3) - suse |
| sqrtf(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| sqrt |
| How to create SQRT function in catenate file |
| how can i find sqrt of a any number without using expr |
| C Library reference error using sqrt() - will not compile. |
| sqrt in bash |