https://bz.apache.org/bugzilla/show_bug.cgi?id=66189
--- Comment #7 from PJ Fanning <[email protected]> --- You can round a double in Java and provide a rounding mode of your own choosing (see https://www.baeldung.com/java-round-decimal-number). You can use Excel ROUND or MROUND functions. Why are you trying to to round down when you can round to ROUND_HALF_UP? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
