ルネサス
floorf
floor関数です。
[所属]
数学ライブラリ
[指定形式]
#include <mathf.h>
float floorf(float x);
[戻り値]
x以下の最大の整数値を返します。
[詳細説明]
x以下の最大の整数値を求めます。