Everything

cbrt / cbrtf / cbrtl


浮動小数点値の立方根を計算します。

[指定形式]

#include <math.h>

double cbrt(double d);

float cbrtf(float d);

long double cbrtl(long double d);

[引数]

d 立方根を求める値

[戻り値]

dの立方根値