manually setting system's rounding mode
Posted: Fri Apr 25, 2003 7:01 pm
Some Months ago there was a code snippet in this forum, where it was possible to set the system's rounding mode.
The code looked like (but of course totally different) :
Does anybody know, what I'm searching for ?
I searched the forum for all keywords but cannot find it.
The code looked like (but of course totally different) :
Code: Select all
#CONST_RoundUp = $1234
#CONST_RoundDown = $5134
#CONST_RoundTrue = $F123
SetRoundMode_(#CONST_RoundTrue)I searched the forum for all keywords but cannot find it.