Is there a way to improve conversion accuracy when doing REAL_TO_LREAL conversions? Example: lrTemp:=REAL_TO_LREAL(rTemp); real variable, rTemp = 84.38, the long real lrTemp= 84.379997253417969. Is there a way to make lrTemp also = 84.38? Many thanks
... View more