Re: [Amforth-devel] Floating point - test/benchmark

2010-10-28 Thread pito
With f*/+- written in forth it takes ~111 secs (original Leon's flib): . 99 R(m)= 4.144999E2 V(m3)= 2.983059E8 M(kg)= 7.457643E11 v(m/sec)= 6.29E4 Ek(J)= 1.479969E21 100 R(m)= 2.994999E2 V(m3)= 1.125327E8 M(kg)= 2.813316E11 v(m/sec)= 2.39E4 Ek(J)= 8.102348E19 1.118E2 secs e

[Amforth-devel] Floating point - test/benchmark

2010-10-28 Thread pito
Hi, I could not resist to play with Leon's newest >float library, so here is a small real life test, it tests basically everything so you may optimise. Currently running on amforth 4.0. Enjoy the fun with float! P. \ ## \ FLOATING POINT TEST