The RoundingMode enum is used to specify how rounding should be performed for round(), bcround(), and BCMath::round().
5
,
round to the integer with the larger absolute value.
*/
5
,
round to the integer with the smaller absolute value.
*/
5
,
round to the even integer.
*/
5
,
round to the odd integer.
*/