Re: [Flashforth-devel] Floating point math for FF 5.x
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-12 07:20:28
|
I have found in 4y old post re amforth - the quick workaround when the recognisers were not working in amforth, afaik: : # bl word count >float not abort" NaN" okstate @ if postpone fliteral then ; immediate ok # 3.444e6 fs. 3.4439998E6 ok # 1.234e6 fs. 1.23399997E6 ok # 123456789e10 fs. 1.23456776E18 ok # -1.3343e-12 # 6.222E22 f* fs. -8.3020134E10 ok # 3.44W-1 NaN I. ______________________________________________________________ > Od: om1zz <om...@vo...> > Komu: Mikael Nordman <mik...@fl...>, <fla...@li...> > Datum: 11.05.2015 23:16 > Předmět: Re: [Flashforth-devel] Floating point math for FF 5.x > >What about a >float word done via a C-function which does strtod() or atof()? >i. > >------------------------------------------------------------------------------ >One dashboard for servers and applications across Physical-Virtual-Cloud >Widest out-of-the-box monitoring support with 50+ applications >Performance metrics, stats and reports that give you Actionable Insights >Deep dive visibility with transaction tracing using APM Insight. >http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >_______________________________________________ >Flashforth-devel mailing list >Fla...@li... >https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |