kyosu
v0.1.0
Complex Without Complexes
Loading...
Searching...
No Matches
◆
inject
kyosu::inject = eve::functor<inject_t>
inline
constexpr
inject a real in the complex plane a nan producing a fnan.
Header file
#include <kyosu/functions.hpp>
Callable Signatures
namespace
kyosu
{
template
<kyosu::concepts::real Z>
constexpr
complexify_t<Z>
inject
(Z z)
noexcept
;
}
kyosu::inject
constexpr auto inject
inject a real in the complex plane a nan producing a fnan.
Definition:
inject.hpp:58
kyosu
Main KYOSU namespace.
Definition:
cinf.hpp:13
Parameters
z
: Value to process.
Return value
same as
complex(z)
except that real nan produces complex fnan
Example
kyosu