A class that implements the floor function. It takes one double operand, chooses the largest integer less than or equal to that value, and returns that integer (as a double). If the operand is indeterminate, an indeterminate result is returned.
@since 1.0
@author Steve Hanna
@author Seth Proctor
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.