Removed useless object.
This commit is contained in:
parent
e8556e80e9
commit
f13954235f
|
@ -754,11 +754,6 @@ public class DfpMath {
|
||||||
|
|
||||||
Dfp y;
|
Dfp y;
|
||||||
if (x.lessThan(pi.divide(4))) {
|
if (x.lessThan(pi.divide(4))) {
|
||||||
Dfp c[] = new Dfp[2];
|
|
||||||
c[0] = x;
|
|
||||||
c[1] = zero;
|
|
||||||
|
|
||||||
//y = sinInternal(c);
|
|
||||||
y = sinInternal(split(x));
|
y = sinInternal(split(x));
|
||||||
} else {
|
} else {
|
||||||
final Dfp c[] = new Dfp[2];
|
final Dfp c[] = new Dfp[2];
|
||||||
|
|
Loading…
Reference in New Issue