I don't remember the value offhand, but it was very small and exponential, and I was finding a lot of R registers had that number rather than zero by default. Others had zero.
When using MATH to add or subtract 0.1 - like an INC or DEC, I could start with zero in an R register, add 0.1, subtract 0.1 and find that tiny but non-zero number back again. Cmore EA9 then wants to display -0.0 which pretty much stinks. I had to add a MATH IF to zero it out if it was very small. Yes, I had exponential display turned off in the EA9.
So while I realize floating point is not integer, I sure didn't understand the non-zero initial values.
As an aside, the EA9 shifts the digits rightward a noticeable amount when the minus sign is turned on. It shouldn't, but it does. Font is Arial 9, which is not usually a monospaced font but tries to be in the EA9 for a numeric display except for that quirk.