📄 testdouble.java
字号:
package net.aetherial.gis.output.toLd.test;
/**
* <p>Title: </p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2004</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public class TestDouble {
public TestDouble() {
}
public static void main(String[] args) {
// int len1 =20;
// int half = len1/2;
// for (int i = 0; i < 50; i++) {
// System.out.println("" + i % 2);
// }
double a = 1.1848380467115695E7,b = 31101.9987261787;
System.out.println("" + Math.max(a/100,b));
System.out.println("" + "11848.380467115694");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -