The most precise version:

\

marker _float$constants_

\ some float constants

$0fdb $4049             fconstant               _pi

$04f3 $3fb5     fconstant               _sqrt2

$f854 $402d             fconstant               _e

$7217 $3f31             fconstant               _ln2

$5d8d $4013             fconstant               _ln10

$209a $3e9a             fconstant               _log2


$0000 $3f00 fconstant                   _half
$aaaa $3eaa fconstant                   _third

5 s>f 127 s>f f/ fconstant              _mm2inch

10 s>f fconstant                                _10
100 s>f fconstant                               _1e2
1000 s>f fconstant                              _1e3
10000 s>f fconstant                             _1e4
_1e3 _1e3 f* fconstant                  _1e6
_1e6  _1e3 f* fconstant                 _1e9
_1e9  _1e3 f* fconstant                 _1e12
_1e12  _1e3 f* fconstant                _1e15
_1e15  _1e3 f* fconstant                _1e18

$cccc $3dcc fconstant                   _1e-1
$d70a $3c23 fconstant                   _1e-2
$126e $3a83 fconstant                   _1e-3
$b717 $38d1 fconstant                   _1e-4
$37bd $3586 fconstant                   _1e-6
$705f $3089 fconstant                   _1e-9
$bccc $2b8c fconstant                   _1e-12
$1d7c $2690 fconstant                   _1e-15
$92ee $2193 fconstant                   _1e-18

0 s>f fconstant _0
-1 s>f fconstant _-1
1 s>f fconstant _1

Pito




------------------------------------------------------------------------------
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