fn builtin_complex(
_args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Construct complex numbers from real and imaginary parts.
@param real numeric vector of real parts @param imaginary numeric vector of imaginary parts @param length.out desired output length @return complex vector