Doing 13000 + 623.4
is same as doing
13000*10 + 623.4*10
=136234

when you want to recover it, simply divide by 10 to get the result
=13623.4

You have to make sure to live within the integer limits of PBP unless you are using the long version PBPL.