日本-日本語 |
|
|
|
OpenVMS マニュアル |
|
HP OpenVMS
|
目次 | 索引 |
cbrt (Integrity, Alpha) |
y の丸められた立方根を返します。
#include <math.h>double cbrt (double y);
float cbrtf (float y);
long double cbrtl (long double y);
y
実数値。
目次 | 索引 |
|