|
inlineconstexpr |
Computes the value of the parameter multiplied by i on the left or right side. For real, complex and quaternion the computation is an optimization over the call to * operator.
Parameters
z
: Value to process.Return value
i(as(z))*z
If z is floating point a complex is returned,z*i(as(z))
If z is floating point a complex is returned, Of course the option has no effect on real or complex inputs.