WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Functions | |
template<typename T1 , typename T2 > | |
constexpr T1 | copysign (const T1 x, const T2 y) noexcept |
Compile-time copy sign function. More... | |
|
constexprnoexcept |
Compile-time copy sign function.
x | a real-valued input |
y | a real-valued input |
x
with the signbit of y
.