该关键字标记一个方法时,含义是该方法中所有浮点运算必须是严格的,在运算中间不能被扩展!
    用法示例:

    1. public static strictfp void main(String[] args) {
    2. //代码块
    3. }