fix the same typo once more

svn path=/branches/ros-amd64-bringup/; revision=45295
This commit is contained in:
Timo Kreuzer 2010-01-28 02:37:28 +00:00
parent 01afdbbe91
commit 9943d23d5d

View file

@ -45,7 +45,7 @@ sin(double x)
result = 0; result = 0;
#if (PRECISION >= 10) #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; result *= x2;
#endif #endif
#if (PRECISION >= 9) #if (PRECISION >= 9)