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

Functions

float cbrtf (float x)
 Compute cubic root. More...
 

Function Documentation

◆ cbrtf()

float cbrtf ( float  x)

Compute cubic root.

The cbrtf functions compute the cubic root of x.

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