You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Division on unsigned long longs gives wrong result. Tried to cast divisor and type of variable average to double (also long double) but it didn't work. Maybe somebody else would have got an idea for this "simple" arithmetic operation.
The text was updated successfully, but these errors were encountered:
Division on
unsigned long longs
gives wrong result. Tried to cast divisor and type of variable average todouble
(alsolong double
) but it didn't work. Maybe somebody else would have got an idea for this "simple" arithmetic operation.The text was updated successfully, but these errors were encountered: