SQRT(3) Linux Programmer's Manual SQRT(3)NAMEsqrt - square root functionSYNOPSIS#include <math.h> double sqrt(double x);DESCRIPTIONThe sqrt() function returns the non-negative square root of x. It fails and sets errno to EDOM, if x is negative.ERRORSEDOM x is negative.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOhypot(3) 1993-06-21 SQRT(3)
| Related Man Pages |
|---|
| sqrtl(3) - centos |
| sqrt(3) - suse |
| sqrtl(3) - suse |
| cbrt(3) - freebsd |
| cbrtl(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| sqrt |
| sqrt is not find??? |
| how can i find sqrt of a any number without using expr |
| sqrt in bash |
| Q: Is SQRT(n) possible in a POSIX compliant shell? A: Yes within limits. |