Page 2 of 2
float/double zero division
Posted: Thu Aug 22, 2019 3:25 pm
by lumberjack
Hi Karl-Heinz,
Karl-Heinz wrote:
i give up :woohoo:
I do not envy anyone who needs to work with this source code at some point
Who said it is easy to grow trees or to predict how they will grow... I heard from a lumberjack...
float/double zero division
Posted: Thu Aug 22, 2019 7:11 pm
by robert
Johan,
I would recommend to really check this. The handling over overflow errors in macros may be different from the normal compiler. And like Karl-Heinz I would not want to maintain those rules....
Robert
float/double zero division
Posted: Thu Aug 22, 2019 10:12 pm
by lumberjack
Hi Robert,
robert wrote:Johan,
I would recommend to really check this. The handling of overflow errors in macros may be different from the normal compiler. And like Karl-Heinz I would not want to maintain those rules....
Hopefully I did not distract, my code is working since I am careful about not trying to force the compiler to sort out issues on my behalf... Was just emphasizing that most of what Karl-Heinz reported I do not see due to programming style...