file new in Git master
Math.hFunction Corrade::
Namespaces
- namespace Corrade
- Root namespace.
- namespace Corrade::Utility
- Utilities.
Functions
-
template<class T>auto min(T value, T min) -> T constexpr new in Git master
- Minimum.
-
template<class T>auto max(T value, T max) -> T constexpr new in Git master
- Maximum.
-
template<class T>auto abs(T a) -> T constexpr new in Git master
- Absolute value.