Changes between Version 13 and Version 14 of doc/maths/remez/tutorial-exponential
- Timestamp:
- Dec 29, 2011, 2:06:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/maths/remez/tutorial-exponential
v13 v14 20 20 }}} 21 21 22 Note that ''E'' is not a parameter. It is a value that the algorithm computes together with the polynomial. Though we will findways to fine-tune the error, a general rule is: if you want a smaller error, ask for a polynomial of higher degree.22 Note that ''E'' is not a parameter. It is a value that the algorithm computes together with the polynomial. Though we will see ways to fine-tune the error, a general rule is: if you want a smaller error, ask for a polynomial of higher degree. 23 23 24 24 == Source code ==