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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename T>
constexpr auto real (complex< T > const &z) noexcept(noexcept(z.real())) -> T
 
template<floating_point Float>
constexpr auto real (Float f) noexcept -> Float
 
template<integral Integer>
constexpr auto real (Integer i) noexcept -> double