File math.hpp¶
= File math.hpp —————————- -- C++ -- ==**
Contents
Definition (include/ripple/math/math.hpp
)¶
Detailed Description¶
Ripple
Copyright (c) 2019 - 2021 Rob Clucas.
This file is distributed under the MIT License. See LICENSE for details.
==———————————————————————-==*
This file defines math functionality.
==———————————————————————==
Includes¶
algorithm
(File for_each.hpp)cmath
ripple/container/array.hpp
(File array.hpp)
Included By¶
Namespaces¶
Functions¶
Template Function ripple::math::clamp(const T&, const T&, const T&)
Template Function ripple::math::clamp(Array<Impl>&, const T&, const T&)
Template Function ripple::math::detail::sign(T, std::false_type)
Template Function ripple::math::detail::sign(T, std::true_type)
Template Function ripple::math::max(const Array<ImplA>&, const Array<ImplB>&)
Template Function ripple::math::min(const Array<ImplA>&, const Array<ImplB>&)