cbrt

Computes the real cube root of the argument x.

Library:LibC
Classification:ANSI
Service:Math

Syntax

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

Parameters

x

(IN) Specifies an argument.

Return Values

Returns the cube root of x.

See Also

sqrt