Significant Digits
The number
approximates the number
to
significant digits
if
is the largest non-negative number for which
. For example,
> pa;
> abs((p-pa)/p);
> 5.*10^(-3);
So this result is accurate to three significant digits. Compare this with a straight comparison of the two values:
> p;pa;