Copyright Digital Equipment Corp. All rights reserved.

cbrt

   Returns the rounded cube root of y.

   This function is supported on OpenVMS Integrity servers and
   Alpha only.

   Format

     #include  <math.h>

     double cbrt  (double y);

     float cbrtf  (float y);

     long double cbrtl  (long double y);
 


Additional information available:

Argument