search for: deftypefun

Displaying 1 result from an estimated 1 matches for "deftypefun".

Did you mean: deftypefn
2012 Sep 15
0
[Repost 3/3] Minor glitch in 'Writing R Extensions'
...exi 2012-09-03 10:56:42.359529056 -0500 @@ -10659,14 +10659,14 @@ Returns the value of @var{x} rounded to @var{digits} decimal digits (after the decimal point). -This is the function used by @R{}'s @code{round()}. +This is the function used by @R{}'s @code{signif()}. @end deftypefun @deftypefun double fround (double @var{x}, double @var{digits}) Returns the value of @var{x} rounded to @var{digits} @emph{significant} decimal digits. -This is the function used by @R{}'s @code{signif()}. +This is the function used by @R{}'s @code{round()}. @end def...