Hi everyone,
here's a web app I made that generates code for efficiently approximating mathematical functions. This is useful when performance matters more than perfect accuracy, for example in embedded systems.
The app uses Chebyshev expansions, which despite their theoretical depth result in suprisingly compact and readable code in practice. This code is generated for you and using it does not require any knowledge of the underlying theory.
Source code and more info: https://github.com/stuffmatic/chebyshev-calculator
Comments URL: https://news.ycombinator.com/item?id=41740568
Points: 64
# Comments: 5
Login to add comment
Other posts in this group

Article URL: https://ieeexplore.ieee.org/document/1671509
Comments URL: ht

Article URL: https://github.com/matthewp/views-the-hard-way

Article URL: https://hypertext.tv/
Comments URL: https://news.ycombinator.com/item?id=43732805