[Rd] typo in R-exts

Torsten Hothorn Torsten.Hothorn at rzmail.uni-erlangen.de
Mon Jun 16 11:23:48 MEST 2003


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



More information about the R-devel mailing list