|
From: pito <pi...@vo...> - 2010-09-05 09:52:35
|
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 > |