
8 Feb
2014
8 Feb
'14
5 p.m.
* Omari Norman
Also, note that you get 34 significant digits, but that doesn't mean the exponent is limited to 34.
let x = fromJust . strToDeka $ "3E-200" let y = fromJust . strToDeka $ "4E-200" x + y Deka {unDeka = 7E-200}
...which you could do in Fixed, true. If you defined E200 first. But, oops, now I need E250...
I see now. So this is a decimal floating-point numbers library, which also attempts to track the precision of numbers. Does this sound right? Roman