Oracle Solaris Studio 12.2:Fortran 用户指南

3.4.130 –xinterval[={ widestneed|strict|no}]

(Solaris) 启用区间运算扩展。

可选值可以是 nowidestneedstrict。如果未指定,则缺省值为 widestneed

no

未启用区间运算扩展。 

widestneed

将任何混合模式表达式中的所有非区间变量和文字提升为表达式中范围最广的区间数据类型。 

strict

禁止混合类型或混合长度区间表达式。所有区间类型和长度转换都必须是显式的。 

Fortran 95 Interval Arithmetic Programming Reference》中详细说明了区间运算的 Fortran 扩展。另请参见3.4.127 –xia[={ widestneed|strict}]