Show HN: Chebyshev approximation calculator (open source web app) https://ift.tt/fRBUi8u

Show HN: Chebyshev approximation calculator (open source web app) 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://ift.tt/JpTcU7E https://ift.tt/CXzZQD7 October 4, 2024 at 02:09AM

No comments:

Show HN: Goilerplate – UI Components for Go and Templ https://ift.tt/xZkom84

Show HN: Goilerplate – UI Components for Go and Templ I'm developing Goilerplate, a library of modern UI components for Go and Templ. It...