Changes between Version 6 and Version 7 of oss/lolremez
- Timestamp:
- Jul 12, 2017, 2:13:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
oss/lolremez
v6 v7 1 1 = The LolRemez function approximation toolkit = 2 2 3 LolRemez helps build very high-quality polynomial approximations to expensive functions.4 5 Though we use it to write production code, LolRemez’s overall quality should not be considered higher than '''proof of concept''' for now. The rationale for this kind of software is explained in [blog:2011/12/21/better-function-approximations this blog article].6 7 Features will be added depending on internal use but also user requests.8 9 == Download ==10 11 3 LolRemez is now [https://github.com/samhocevar/lolremez hosted on GitHub]. 12 13 LolRemez is distributed under the terms of the [http://www.wtfpl.net/ WTFPL].14 15 == Documentation ==16 17 See the [wiki:/doc/maths/remez LolRemez documentation] for a complete LolRemez tutorial.