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

Functions

long double cbrtl (long double x)
 Compute cubic root. More...
 

Function Documentation

◆ cbrtl()

long double cbrtl ( long double  x)

Compute cubic root.

The cbrtl functions compute the cubic root of x.

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