> In this case, I do think we should look into the consequences of
> indeed distinguishing
>   <double> * <complex>
>   <complex> * <double>  and
>   <complex> / <double>
> from their respective current {1. coerce to complex, 2. use complex arith}
> arithmetic.

I'm wondering whether – if this indeed gets opened up – it might also
make sense to calculate <double> x / <complex> y using real arithmetic
(as x*y / |y|²)

Jonathan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide https://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to