/[dotgnu-pnet]/pnet/engine/lib_math.c
ViewVC logotype

Diff of /pnet/engine/lib_math.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by rweather, Tue Jun 17 05:08:50 2003 UTC revision 1.8 by t3rmin4t0r, Thu Sep 15 11:48:38 2005 UTC
# Line 403  ILDouble _IL_Math_RoundDouble(ILExecThre Line 403  ILDouble _IL_Math_RoundDouble(ILExecThre
403          else          else
404          {          {
405          #ifdef HAVE_POW          #ifdef HAVE_POW
406                  power = pow(1.0, (double)digits);                  power = pow(10, (double)digits);
407          #else          #else
408                  power = 1.0;                  power = 1.0;
409                  while(digits > 0)                  while(digits > 0)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26