cbrt, cbrtf : cube root
Synopsis
Section titled “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.
---
**Authoritative source**: BUSMASTER DITA help source `cbrt.dita`, compiled into `BUSMASTER.CHM` with the application.