osf1 man page for sqrt

Query: sqrt

OS: osf1

Section: 3

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

sqrt(3) 						     Library Functions Manual							   sqrt(3)

NAME
sqrt, cbrt - Square and cube root functions
LIBRARY
Math Library (libm.a)
SYNOPSIS
#include <math.h> double sqrt (double x); float sqrtf (float x); long double sqrtl (long double x); double cbrt (double y); float cbrtf (float y); long double cbrtl (long double y);
DESCRIPTION
sqrt(), sqrtf(), and sqrtl() compute the rounded square root of x. For platforms supporting a signed zero, sqrt (-0) = 0. cbrt(), cbrtf(), and cbrtl() return the rounded cube root of y. ----------------------------------------------------------------------- Function Exceptional Argument Routine Behavior ----------------------------------------------------------------------- sqrt(), sqrtf(), sqrtl() x < 0 invalid argument ----------------------------------------------------------------------- delim off sqrt(3)
Related Man Pages
sqrtf(3) - centos
sqrtl(3) - centos
sqrtl(3) - linux
cbrtl(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
sqrt in bash
Q: Is SQRT(n) possible in a POSIX compliant shell? A: Yes within limits.