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