Re: [Flashforth-devel] Floating point math for FF 5.x
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-15 16:12:09
|
f# 180 fs. float? f# 180. fs. float? f# 180.0 fs. float? f# 180e fs. 1.80000E2 ok<#,ram> 180 is the integer in FF 180. is the long integer in FF 180.0 - this has to be recognised as float, not sure how it is handled today in the lib.. i. |