removed obsolete field
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1091526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc409e886d
commit
2bc9b4b4d1
|
@ -75,9 +75,6 @@ public final class MathUtils {
|
|||
/** 0.0 cast as a short. */
|
||||
private static final short ZS = (short)0;
|
||||
|
||||
/** Gap between NaN and regular numbers. */
|
||||
private static final int NAN_GAP = 4 * 1024 * 1024;
|
||||
|
||||
/** Offset to order signed double numbers lexicographically. */
|
||||
private static final long SGN_MASK = 0x8000000000000000L;
|
||||
|
||||
|
|
Loading…
Reference in New Issue