取负数
public class Test {public static void main(String[] args) {System.out.println(Math.negateExact(Math.abs(1)));System.out.println(Math.negateExact(Math.abs(-1)));System.out.println(0 - Math.abs(1));System.out.println(0 - Math.abs(-1));}}
執行結果:
-1 -1 -1 -1總結
- 上一篇: The jar file has no
- 下一篇: 眼睛散光可以治好吗