3#ifndef TETL_CMATH_ISFINITE_HPP
4#define TETL_CMATH_ISFINITE_HPP
constexpr auto arg(complex< T > const &z) noexcept -> T
Definition arg.hpp:15
Definition adjacent_find.hpp:8
constexpr auto isfinite(half arg) noexcept -> bool
Definition half.hpp:48
constexpr auto isinf(half arg) noexcept -> bool
Definition half.hpp:54
constexpr auto isnan(half arg) noexcept -> bool
Definition half.hpp:60