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
typo in R-exts
2 messages · Torsten Hothorn, Brian Ripley
Thanks, fixed: BTW, it was only in the non-latex part of @eqn in the markup.
On Mon, 16 Jun 2003, Torsten Hothorn wrote:
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)
Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595