Hi, as I indicated there is a floating point library written by Leon at: http://github.com/lnmaurer/amforth-float/blob/master/float.fth
It is written in ans forth for amforth, so the only obstacle here should be the do-loop
and double integer I think.
Maybe it is of general interest to start elaborate fp for FF as well.
The forth version is very slow, but as a 'feasibility study' on FF fp suitable.
There is a comparision against an assembler version of f* f/ f+ f- words
in the forum as well.
Igor.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, as I indicated there is a floating point library written by Leon at:
http://github.com/lnmaurer/amforth-float/blob/master/float.fth
It is written in ans forth for amforth, so the only obstacle here should be the do-loop
and double integer I think.
Maybe it is of general interest to start elaborate fp for FF as well.
The forth version is very slow, but as a 'feasibility study' on FF fp suitable.
There is a comparision against an assembler version of f* f/ f+ f- words
in the forum as well.
Igor.