Im having a problem with a seemingly simple issue;
i have a floating point constant as follows:
This simple math fails because it evaluates to zero:
Something im missing ??
Thx
i have a floating point constant as follows:
Inserted Code
extern double SLPercentage = 0.1;
This simple math fails because it evaluates to zero:
Inserted Code
double adjusted = number1 / SLPercentage;
Something im missing ??
Thx