On Fri, Sep 14, 2018 at 4:33 PM, Noel P. CUA wrote:
> Calculate the true, relative and approximate errors, and Relate the
> absolute relative approximate error to the number of significant digits.
>
> epsilon = 1
>
> while epsilon + 1 > 1:
> epsilon = epsilon / 2.0
>
> epsilon = 2 * epsilon
Calculate the true, relative and approximate errors, and Relate the absolute
relative approximate error to the number of significant digits.
epsilon = 1
while epsilon + 1 > 1:
epsilon = epsilon / 2.0
epsilon = 2 * epsilon
help me!
--
*This email and any files transmitted with it are c