From: pito <pi...@vo...> - 2010-08-29 09:24:39
|
Some more test cases: > -1 s>f 30000 s>f f/ 10000 s>f f* 30000 s>f f* f>s . -10009 ok > -1 s>f 30000 s>f f/ -10000 s>f f* 30000 s>f f* f>s . 10004 ok > -1 s>f -30000 s>f f/ -10000 s>f f* 30000 s>f f* f>s . -10004 ok > -1 s>f -30000 s>f f/ -10000 s>f f* -30000 s>f f* f>s . 10003 ok > 1 s>f 30000 s>f f/ 10000 s>f f* -30000 s>f f* f>s . -10000 ok > -1 s>f -30000 s>f f/ -10000 s>f f* -30000 s>f f* f>s . 10003 ok > -1 s>f 30000 s>f f/ 10000 s>f f* -30000 s>f f* f>s . 10008 ok > P. ----- PŮVODNÍ ZPRÁVA ----- Od: "pito" <pi...@vo...> Komu: leo...@gm..., amf...@li... Předmět: Re: [Amforth-devel] f* and f/ Datum: 29.8.2010 - 11:09:03 > Leon, I've found out finally I am desperate to > test the fractions > and the float so I did: > > 1 s>f 30000 s>f f/ 10000 s>f f* 30000 s>f f* f>s > > . > > 9999 ok > > > Great! Thanks! > PS: as the float source is for me a rocket science > let me ask you a > naive question - when ready the single precision - > is an enhancement > to double a significant rework (in the future)? > Pito > > > ----- PŮVODNÍ ZPRÁVA ----- > Od: "Leon Nathaniel Maurer" > <leo...@gm...> > Komu: amf...@li... > Předmět: [Amforth-devel] f* and f/ > Datum: 29.8.2010 - 5:11:39 > > > It looks like they're good to go: > > > > > 70 s>f -8 s>f f/ 100 s>f f* f>s . > > -875 ok > > > > I'll try to get some better input and output > > functions worked out this week. > > -Leon > > > > ------------------------------------------------------------------------------ > > > > > > Sell apps to millions through the Intel(R) > > Atom(Tm) Developer Program > > Be part of this innovative community and reach > > millions of netbook users > > worldwide. Take advantage of special > > opportunities > > > to increase revenue and > > speed time-to-market. Join now, and jumpstart > > your > > > future. > > http://p.sf.net/sfu/intel-atom-d2d > > _______________________________________________ > > Amforth-devel mailing list > > Amf...@li... > > https://lists.sourceforge.net/lists/listinfo/amforth-devel > > > > > ------------------------------------------------------------------------------ > > Sell apps to millions through the Intel(R) > Atom(Tm) Developer Program > Be part of this innovative community and reach > millions of netbook users > worldwide. Take advantage of special opportunities > to increase revenue and > speed time-to-market. Join now, and jumpstart your > future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Amforth-devel mailing list > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |