Is it possible to dependably detect floating point math overflow?
For example, if I have two EXT variables n1 and n2 and I code
n1^n2 how can I detect a problem like n1 being, say, 156634.77
and n2 being, say, 58799437.456?
I have found ASM code by Calvini in these forums but it does not
seem to work consistently. Thanks.
------------------
For example, if I have two EXT variables n1 and n2 and I code
n1^n2 how can I detect a problem like n1 being, say, 156634.77
and n2 being, say, 58799437.456?
I have found ASM code by Calvini in these forums but it does not
seem to work consistently. Thanks.
------------------
Comment