WPILibC++ 2025.0.0-alpha-1-24-g6478ba6
copysign.hpp File Reference
#include <cmath>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  gcem
 

Functions

template<typename T1 , typename T2 >
constexpr T1 gcem::copysign (const T1 x, const T2 y) noexcept
 Compile-time copy sign function. More...