Absolute error

Take a value [Maple Math] and an approximation to this value, [Maple Math] . the absolute error is then given by [Maple Math] .E.g.

> p:=exp(0.6);

[Maple Math]

> pa:=subs(x=0.6,sum(x^i/(i!),i=0..3));

[Maple Math]

> abserr:=abs(p-pa);

[Maple Math]