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