This document discusses how Scilab handles numerical computations differently than mathematical formulas. It analyzes Scilab's implementation of solving the quadratic equation, calculating numerical derivatives, and performing complex division. For each, it shows that Scilab uses robust algorithms that account for issues like rounding errors, cancellations, and overflows that can occur when representing real numbers as floating point values. The naive mathematical formulas are not always sufficiently accurate, while Scilab's implementations are much more robust for numerical computing.