tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
signbit.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto signbit (double arg) noexcept -> bool
 Determines if the given floating point number arg is negative.
 
constexpr auto signbit (float arg) noexcept -> bool
 Determines if the given floating point number arg is negative.
 
constexpr auto signbit (long double arg) noexcept -> bool
 Determines if the given floating point number arg is negative.