Log Message: |
Added a simple formatting class for Complex numbers.
I had considered just implementing toString() on the complex
class, but I decided aginst it because some fields prefer
"j" to "i". This ComplexFormat class is very straightforward,
will a number of TODOs, it is accompanied by a 10
tests.
|