ceilf


ceiling関数です。

[所属]

数学ライブラリ

[指定形式]

#include <mathf.h>

float ceilf(float x);

[戻り値]

x以上の最小の整数値を返します。

[詳細説明]

x以上の最小の整数値を求めます。