opendarwin man page for sqrt

Query: sqrt

OS: opendarwin

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SQRT(3) 						   BSD Library Functions Manual 						   SQRT(3)

NAME
sqrt -- square root function
SYNOPSIS
#include <math.h> double sqrt(double x);
DESCRIPTION
The sqrt() function compute the non-negative square root of x.
SPECIAL VALUES
sqrt(-0) returns -0. sqrt(x) returns a NaN and generates a domain error for x < 0.
SEE ALSO
math(3), matherr(3)
STANDARDS
The sqrt() function conforms to ISO/IEC 9899:1999(E).
BSD
January 27, 2003 BSD
Related Man Pages
sqrtl(3) - linux
sqrtf(3) - suse
cbrtl(3) - freebsd
sqrtl(3) - freebsd
sqrtf(3) - freebsd
Similar Topics in the Unix Linux Community
sqrt
sqrt is not find???
How to create SQRT function in catenate file
C Library reference error using sqrt() - will not compile.
Q: Is SQRT(n) possible in a POSIX compliant shell? A: Yes within limits.