FloatingPointControl
¶
System service
Controls the behavior of floating point exceptions in different modules. The allowed configuration is:
services.FloatingPointControl:{
enableDivByZeroEx: false # default
enableInvalidEx: false # default
enableOverFlowEx: false # default
enableUnderFlowEx: false # default
setPrecisionDouble: true # default
reportSettings: false # default
}