Public Member Functions | |
NumericFormatter (RexxCallContext *c, bool explicitPrecision, uint32_t p) | |
RexxObjectPtr | format (double x) |
Protected Attributes | |
uint32_t | precision |
RexxCallContext * | context |
bool | optionError |
Definition at line 112 of file rxmath.cpp.
|
inline |
Definition at line 115 of file rxmath.cpp.
References context, MAX_PRECISION, optionError, and precision.
|
inline |
Definition at line 141 of file rxmath.cpp.
References context, NULLOBJECT, optionError, and precision.
Referenced by TrigFormatter::evaluate(), TrigFormatter::evaluateArc(), RexxRoutine1(), RexxRoutine2(), and RexxRoutine3().
|
protected |
Definition at line 154 of file rxmath.cpp.
Referenced by format(), NumericFormatter(), and TrigFormatter::TrigFormatter().
|
protected |
Definition at line 156 of file rxmath.cpp.
Referenced by TrigFormatter::evaluate(), TrigFormatter::evaluateArc(), format(), NumericFormatter(), and TrigFormatter::TrigFormatter().
|
protected |
Definition at line 153 of file rxmath.cpp.
Referenced by format(), and NumericFormatter().