Formatters - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Classes in Formatter Class Library mainly deal with formatting output (such as calculation results or math expressions) for better display through transforming received input into formats that are more readable, easy to work with.
Name | Type | Description |
---|---|---|
IFormatter | Interface | formatter interface |
EngineeringFormatter | Class | format numbers to scientific notation |
ExpressionFormatter | Class | format expressions to human-readable format |
NumberFormatter | Class | format numbers with separators |