On Mon, Nov 23, 2009 at 5:36 PM, Chris Hostetter <hossman_luc...@fucit.org> wrote: > : final long constant; > : + final double dv; > : + final float fv; > > ..can't the "final long constant" be removed completely now?
Some functions could actually use it - say like ms(). More could in the future if/when we type our value sources to avoid precision loss (i.e. sub(longfield1,longfield2) would work in long space, not float space). -Yonik http://www.lucidimagination.com