fn builtin_arg(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Argument (phase angle) of complex numbers, in radians.
@param z complex or numeric vector @return numeric vector of arguments (0 for non-negative reals, pi for negative)