Function compiletime::mulsign¶
function mulsign(T, T) math¶
template <typename T>
constexpr inline T mulsign(T x, T y) { … } Compile-time multiplication by sign of a second value.
| T | Value type. |
| x | Magnitude source. |
| y | Sign source. |
x * sign(y) . |
Fully qualified name: kfr::compiletime::mulsign(T, T)
Declared at math/compiletime.hpp:93
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.