mirror of
https://github.com/reactos/reactos.git
synced 2025-06-29 18:31:22 +00:00
fix the same typo once more
svn path=/branches/ros-amd64-bringup/; revision=45295
This commit is contained in:
parent
01afdbbe91
commit
9943d23d5d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue