#include stdio.h
#include math.h
int main()
{
double num = 6, c;
c = cbrt(num);
printf(" %lf", c);
return 0;
}

Posted on by