fix a typo

svn path=/branches/ros-amd64-bringup/; revision=45292
This commit is contained in:
Timo Kreuzer 2010-01-28 00:59:40 +00:00
parent c21ada51d6
commit 80be387663

View file

@ -45,7 +45,7 @@ cos(double x)
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)