Hi,

the definition of `fsign' in R-exts currently is

double fsign (double x, double y) Function
  Performs "transfer of sign" and is defined as |x| * sign(x)

but should read

double fsign (double x, double y) Function
  Performs "transfer of sign" and is defined as |x| * sign(y)
                                                      ^^^^^^^

Best,

Torsten

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to