tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename T> | |
constexpr auto | imag (complex< T > const &z) noexcept(noexcept(z.imag())) -> T |
template<floating_point Float> | |
constexpr auto | imag (Float) noexcept -> Float |
template<integral Integer> | |
constexpr auto | imag (Integer) noexcept -> double |