Content deleted Content added
No edit summary |
fmt |
||
Line 3:
The '''error''' of ''b'' as an approximation of ''a'' is:
:<math> a - b \,\!
The '''absolute error''' of ''b'' as an approximation of ''a'' is:
:<math> |a - b| \,\!
The '''relative error''' of ''b'' as an approximation of ''a'' is:
:<math> \frac{|a - b|}{|a|}
|