math.tan java limits code example
Example: math class in java
double floor = Math.floor(7.343); // floor = 7.0
//rounds to the value down to the nearest integer value (returned as double)
double floor = Math.floor(7.343); // floor = 7.0
//rounds to the value down to the nearest integer value (returned as double)