MicrOS
cbrt.c File Reference
#include "../math.h"

Functions

double cbrt (double x)
 Compute cubic root. More...
 

Function Documentation

◆ cbrt()

double cbrt ( double  x)

Compute cubic root.

The cbrt functions compute the cubic root of x.

Parameters
xValue whose cubic root is computed.
Returns
The cbrt functions return 3√x.