Skip to content

typo in R-exts

2 messages · Torsten Hothorn, Brian Ripley

#
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
#
Thanks, fixed: BTW, it was only in the non-latex part of @eqn in the 
markup.
On Mon, 16 Jun 2003, Torsten Hothorn wrote: