HighPrecision

Same as abort, but offers 64 significant digits

Note: Using any precision over 9 is an order of magnitude slower due to implementation constraints. Only use this if you really need data that precise

Members

Static functions

onDivisionByZero
void onDivisionByZero(T d)
onInvalidOperation
void onInvalidOperation(T d)
onOverflow
void onOverflow(T d)
onUnderflow
void onUnderflow(T d)

Variables

precision
enum uint precision;
Undocumented in source.
roundingMode
enum Rounding roundingMode;
Undocumented in source.

Meta