Constructs a kyosu::complex_t instance.
#include <kyosu/functions.hpp>
{
constexpr auto complex(eve::floating_value
auto r, eve::floating_value
auto i = 0) noexcept;
}
constexpr auto i
Computes the complex number in the chosen type.
Definition i.hpp:68
constexpr auto complex
Constructs a kyosu::complex_t instance.
Definition to_complex.hpp:69
Main KYOSU namespace.
Definition cinf.hpp:13
Parameters
- z : Complex value.
- r, i : Real and imaginary part used to construct a kyosu::complex..
Return value
Returns a kyosu::complex constructed from its arguments.