float/double zero division

This forum is meant for questions and discussions about the X# language and tools
User avatar
lumberjack
Posts: 727
Joined: Fri Sep 25, 2015 3:11 pm
Location: South Africa

float/double zero division

Post 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... :P
______________________
Johan Nel
Boshof, South Africa
User avatar
robert
Posts: 4520
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

float/double zero division

Post 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
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
lumberjack
Posts: 727
Joined: Fri Sep 25, 2015 3:11 pm
Location: South Africa

float/double zero division

Post 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...
______________________
Johan Nel
Boshof, South Africa
Post Reply