strictfp只能修饰方法,起作用是在底层进行运算时可以把处理的位数提高到80位,但是最后存储的还是64位
public strictfp static void main(String[] args){ }