Skip to main content

builtin_im

Function builtin_im 

Source
fn builtin_im(args: &[RValue], _: &[(String, RValue)]) -> Result<RValue, RError>
Expand description

Extract the imaginary part of complex numbers.

@param z complex or numeric vector @return numeric vector of imaginary parts (0 for reals)