Computation Errors
Are there errors in implicit type casts? (E.g: mixed mode arithmetic (float/int conversion))
Are underflow/overflow errors possible in math. computations?
Is the precedence of operators always correct? (E.g: x = 3+4 / 5)
slide
:
Computation Errors