Skip to main content

builtin_complex

Function builtin_complex 

Source
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