|
tetl 0.1.0
Embedded Template Library
|
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 |
| constexpr auto | signbit (integral auto 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. | |