Re: [Flashforth-devel] Floating point math for FF 5.x
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-15 21:12:01
|
Not a critical bug, rather a feature :) f# 0.0000000000000000158e fs. 1.580000E-17 ok<#,ram> f# 9.999999999e0 fs. overflow float? f# 3.141592653589793e0 fs. overflow float? More than 7 digits to enter does not improve single precision, but maybe it could be handled somehow.. Nice to have requirement :) PS: plz remove .s from f# :) i. ______________________________________________________________ > Od: Mikael Nordman <mik...@fl...> > Komu: <fla...@li...> > Datum: 15.05.2015 19:17 > Předmět: Re: [Flashforth-devel] Floating point math for FF 5.x > >Fixed. > >On 15.05.2015 18:28, om1zz wrote: >> It compiles fine under MPLABX.. >> >> The parse test I've send you passes ok, it seems, but I've found a small bug: >> ok<#,ram> >> f# -1000000000.0e10 fs. ďAS FlashForth PIC24 15.05.2015 >> > >------------------------------------------------------------------------------ >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 > |