Closed JoePelz closed 8 years ago
the following notations are unrecognized by ritchie:
f1 = 1.0e3 f2 = 2.0E4 f3 = 3.0E-6 f4 = 4.0e+2
Expected results are:
f1 = 1000.000000 f2 = 20000.000000 f3 = 0.000003 f4 = 400.000000
the following notations are unrecognized by ritchie:
Expected results are: