Enables specified error flags (group) without throwing corresponding exceptions.
DecimalControl.restoreFlags(ExceptionFlags.underflow | ExceptionsFlags.inexact); assert (DecimalControl.testFlags(ExceptionFlags.underflow | ExceptionFlags.inexact));
See Implementation
Enables specified error flags (group) without throwing corresponding exceptions.