next up previous contents
Next: Floating Point Divide Up: ARITHMETIC Previous: ARITHMETIC

Error functions

For the operation

        C +/- CE = A +/- AE o B +/- BE
the error functions used are:-
       Operator       Error Function
       --------    ----------------------
       + or - :    CE=SQRT(AE**2+BE**2)
            * :    CE=SQRT((B*AE)**2+(A*BE)**2)
            / :    CE=SQRT((AE/B)**2+(A*BE/B**2)**2)


Web Master
Tue Oct 7 10:18:50 BST 1997