FPUtils Class Reference
Public Member Functions | |
LM_DISABLE_CONSTRUCT (FPUtils) | |
Static Public Member Functions | |
static auto | EnableFPControl () -> bool |
Enable floating point exceptions. More... | |
static auto | DisableFPControl () -> bool |
Disables floating point exceptions. More... | |
Member Function Documentation
|
inlinestatic |
Disables floating point exceptions.
- Returns
true
if succeed, otherwisefalse
.
|
inlinestatic |
Enable floating point exceptions.
- Returns
true
if succeed, otherwisefalse
.