WPILibC++ 2023.4.3-108-ge5452e3
|
Go to the source code of this file.
Functions | |
template<typename T > | |
constexpr bool | signbit (const T x) noexcept |
Compile-time sign bit detection function. More... | |
|
constexprnoexcept |
Compile-time sign bit detection function.
x | a real-valued input |
x
is negative, otherwise return false.