OAR

RTEMS GNU Tools On-Line Library


cbrt

PREV UP NEXT Bookshelf

1.30: cbrt, cbrtf---cube root

Synopsis

#include <math.h>
double cbrt(double x);
float  cbrtf(float x);

Description
cbrt computes the cube root of the argument.


Returns
The cube root is returned.


Portability
cbrt is in System V release 4. cbrtf is an extension.



PREV UP NEXT Bookshelf

Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.