We have a NIP publish live updates to TREP, any idea what is the problem?
When we do publish from RFA C++ via NIP with 2dp and it publish unexpected 6dp value
small program create a publisher, Publishes UPLIMIT=0, then UPLIMIT=2109.45 and finally UPLIMIT=2109.45 with precision hint as 2. All these values directly hard coded in the code. why we got unexpected 6dp
UPLIMIT : REAL 2 : [0.000000]
UPLIMIT : REAL 5 : [2109.449999]
UPLIMIT : REAL 4 : [2109.44]