#How to avoid getting scientific notation?

1 messages · Page 1 of 1 (latest)

signal voidBOT
#

<@&987246399047479336> please have a look, thanks.

ember kindle
#

Are you looking to print out 10000000 for dollarAmount? Otherwise, that's just how java floats are. It's still (give or take some rounding) 10000000 internally... it's just displayed like that

patent anvil
#

How many digits do you want to round it?

#

You can use String.format or DoubleFormat