|
From: Leon N M. <leo...@gm...> - 2010-08-29 17:19:57
|
Is the bug that it returns 13951 but the calculator returns 13951.906691388013? That should be expected because f>s truncates the fractional part -- it doesn't round. -Leon >Sunday 29 August 2010 >From: "pito" <pi...@vo...> >Subject: Re: Some useful Float Constants > 1 bug (_thousand) removed: ... > Ex1: > > _pi _e _ln2 _sqrt2half 10000 s>f _third f* f* f* f* f* f>s . > > 13951 ok > > > .s > > ok > Calc: 13951.906691388013 > Pito |