We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6546df commit b5a4eb0Copy full SHA for b5a4eb0
sources/net.sf.j2s.java.core/srcjs/js/j2sClazz.js
@@ -3106,8 +3106,8 @@ return new Int32Array(a.buffer)[0];
3106
}
3107
3108
Float.serialVersionUID=Float.prototype.serialVersionUID=-2671257302660747028;
3109
-Float.MIN_VALUE=Float.prototype.MIN_VALUE=3.4028235e+38;
3110
-Float.MAX_VALUE=Float.prototype.MAX_VALUE=1.4e-45;
+Float.MIN_VALUE=Float.prototype.MIN_VALUE=1.4e-45;
+Float.MAX_VALUE=Float.prototype.MAX_VALUE=3.4028235e+38;
3111
Float.NEGATIVE_INFINITY=Number.NEGATIVE_INFINITY;
3112
Float.POSITIVE_INFINITY=Number.POSITIVE_INFINITY;
3113
Float.NaN=Number.NaN;
0 commit comments