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:
Luc Maisonobe 2011-04-12 18:07:42 +00:00
parent fc409e886d
commit 2bc9b4b4d1
1 changed files with 0 additions and 3 deletions

View File

@ -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;