alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
floatEqualExact.hpp File Reference
#include "alpaka/core/common.hpp"
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  alpaka
 main alpaka namespace.
namespace  alpaka::math

Functions

template<typename T>
ALPAKA_FN_INLINE constexpr auto alpaka::math::floatEqualExactNoWarning (T a, T b) -> bool
 Compare two floating point numbers for exact equivalence.