Unnecessary ;
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@888684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f98e5c13d
commit
b910285857
|
@ -113,7 +113,7 @@ public class TestProblem3
|
|||
corr = f0 * f12 / (f1 * f12 - f0 * f2);
|
||||
d -= corr;
|
||||
E = t + d;
|
||||
};
|
||||
}
|
||||
|
||||
double cosE = Math.cos(E);
|
||||
double sinE = Math.sin(E);
|
||||
|
|
Loading…
Reference in New Issue