前页 后页

floor

SYNOPSIS:

double floor(x);
double x,y;
y = floor(x);

DESCRIPTION:

floor() returns the largest integer less than or equal to x. It truncates toward minus infinity.