http://vzwveldr7djnlpg7ujslaqre632htbl3unkmfbltpgumevw63jn47dad.onion/doc/ckout/assets/developer-notes/stephanie-gawroriski/2015/08/21.mkd
What I need to do then is to convert from the
base 2 exponent to a base 10 exponent. Well really the P is *2^n, where the E
is *10^n. I need to convert the 2^n to 10^n 18:29 Well, BigDecimal does not support log/ln, or supports scale with fractional
values so I will need a new way to parse into a BigDecimal. 18:39 Going to rework it so the parsing does not...