microcheby 0.1.1

Single variable function approximation using Chebyshev polynomials. Embedded friendly and no_std compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = ["std"]
std = []

[package]
categories = ["mathematics", "no-std", "no-std::no-alloc", "science"]
description = "Single variable function approximation using Chebyshev polynomials. Embedded friendly and no_std compatible."
edition = "2021"
exclude = []
keywords = ["chebyshev", "approximation", "polynomial", "math", "embedded"]
license = "MIT"
name = "microcheby"
readme = "README.md"
repository = "https://github.com/stuffmatic/microcheby"
version = "0.1.1"