Changes between Version 2 and Version 3 of doc/maths/remez/tutorial-fixing-parameters
- Timestamp:
- Dec 29, 2011, 2:49:13 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/maths/remez/tutorial-fixing-parameters
v2 v3 75 75 Only `f` and `g` changed here, as well as the polynomial degree. The rest is the same as in the previous section. 76 76 77 == Compilation and execution == 78 77 79 Build and run the above code: 78 80 … … 119 121 120 122 == Conclusion == 123 124 You should now be able to fix lower-order coefficients in the minimax polynomial for possible performance improvements. 125 126 Please report any trouble you may have had with this document to sam@hocevar.net. You may then carry on to the next section: [wiki:doc/maths/remez/tutorial-additional-tips additional tips].