![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
Miscellaneous arithmetic functions. More...
Classes | |
| class | Bits |
| Some useful bitwise functions. More... | |
| class | NumericalConverter |
| For rounding values from float/double to int types. More... | |
Functions | |
| template<class Type > | |
| Type | min (Type const &a, Type const &b, Type const &c) throw () |
Returns minimum of a, b and c. | |
| template<class Type > | |
| Type | min (Type const &a, Type const &b, Type const &c, Type const &d) throw () |
Returns minimum of a, b, c and d. | |
| template<class Type > | |
| Type | max (Type const &a, Type const &b, Type const &c) throw () |
Returns maximum of a, b and c. | |
| template<class Type > | |
| Type | max (Type const &a, Type const &b, Type const &c, Type const &d) throw () |
Returns maximum of a, b, c and d. | |
Miscellaneous arithmetic functions.
1.7.4