Docs.rs
liba-0.1.15
liba 0.1.15
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tqfx
Dependencies
cc ^1
build
cmake ^0.1
build
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
liba
0.1.15
Module fuzzy
Module Items
Constants
In crate liba
liba
Module
fuzzy
Copy item path
Source
Expand description
fuzzy PID controller operator
Constants
ยง
CAP
min(a,b)
CAP_
ALGEBRA
a*b
CAP_
BOUNDED
max(a+b-1,0)
CUP
max(a,b)
CUP_
ALGEBRA
a+b-a*b
CUP_
BOUNDED
min(a+b,1)
EQU
sqrt(a,b)
sqrt(1-(1-a)
(1-b))