Author: tkreuzer Date: Thu Jan 28 03:37:28 2010 New Revision: 45295
URL: http://svn.reactos.org/svn/reactos?rev=45295&view=rev Log: fix the same typo once more
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/math/sin.c
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/math/sin.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/math/sin.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/math/sin.c [iso-8859-1] Thu Jan 28 03:37:28 2010 @@ -45,7 +45,7 @@ result = 0;
#if (PRECISION >= 10) - result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*20); + result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20); result *= x2; #endif #if (PRECISION >= 9)