Commit Graph

4 Commits

Author SHA1 Message Date
Holger Vogt 7df845edfd Some typos 2021-10-05 18:10:33 +02:00
Holger Vogt 22a878e49e RKM for C: Revert reading f, it is again femto
Examples files include expected results
2021-09-27 17:56:12 +02:00
Holger Vogt 4bb1d84f9f Update to RKM if ngbehavior=lt is set:
Reading C and R values follow the RKM convention with 2 exceptions:

    Upper case and lower case letters are not distinguished.

    Letters m, M denote milli (1e-3), letters Meg or meg denote 1e6.
2021-09-27 16:42:26 +02:00
Holger Vogt 32e26a5849 Enable RKM notation for R and C, when ngbehavior LT is selected.
Add 2 evaluation functions specific for R and C respectively.
R has code letters L, R, K, M, G, T enabled. M here is Meg!
C has code letters p, n, u or µ, m, F. F here is unity, femto is
not available, m is still milli!
Two examples files show all cases.
2021-09-25 23:50:35 +02:00