FYI: calc with f/ instead of f*:
> _1 _pi f* _1e15 f/ timer-start fs. timer-stop fs.
3.1415911E-15 6.5011706E-1  ok
> _1 _pi f* _1e-15 f/ timer-start fs. timer-stop fs.
3.1415932E15 7.0254588E-1  ok
> _-1 _pi f* _1e15 f/ timer-start fs. timer-stop fs.
-3.1415911E-15 6.3963132E-1  ok
> _-1 _pi f* _1e-15 f/ timer-start fs. timer-stop fs.
-3.1415932E15 7.0254588E-1  ok
> 
Duration of f/ (@25MHz, in seconds):
> _1 _pi f* _1e15 timer-start f/ timer-stop fswap fs. fs.
3.1415911E-15 9.4371824E-2  ok
> _1 _pi f* _1e-15 timer-start f/ timer-stop fswap fs. fs.
3.1415932E15 8.388607E-2  ok
> _-1 _pi f* _1e15 timer-start f/ timer-stop fswap fs. fs.
-3.1415911E-15 8.388607E-2  ok
> _-1 _pi f* _1e-15 timer-start f/ timer-stop fswap fs. fs.
-3.1415932E15 8.388607E-2  ok
>


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Amforth-devel mailing list
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to