Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cbrt(3M) — SunOS 5.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

attributes(5)

cbrt(3M)

NAME

cbrt − cube root function

SYNOPSIS

cc [ flag ... ] file ... −lm [ library ... ]

#include <math.h>

double cbrt(double x);

DESCRIPTION

The cbrt() function computes the cube root of x. 

RETURN VALUES

On successful completion, cbrt() returns the cube root of x.  If x is NaN, cbrt() returns NaN. 

ERRORS

No errors will occur. 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level MT-Safe

SEE ALSO

attributes(5)

SunOS 5.6  —  Last change: 29 Dec 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026