comparison basic/floatnum.src @ 57:2088fd998865

sbc09 directry clean up
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 23 Jul 2018 16:07:12 +0900
parents
children
comparison
equal deleted inserted replaced
56:4fa2bdb0c457 57:2088fd998865
1 * Simple constants.
2 fpzero
3 0
4 fpone
5 1
6 fptwo
7 2
8 fpten
9 10
10 fphalf
11 0.5
12 * Numbers used in conversion.
13 fplolim
14 99999999.95
15 fphilim
16 999999999.5
17 * Mathematical constants.
18 fpi
19 3.1415926535898
20 fln2
21 0.6931471805599
22 * Even coefficients for the sin(x)/x polynumial.
23 sincoeff
24 -0.0000000239
25 0.0000027526
26 -0.0001984090
27 0.0083333315
28 -0.1666666664
29 * Even coefficients for the arctan(x)/x polynomial.
30 atancoeff
31 0.0028662257
32 -0.0161657367
33 0.0429096138
34 -0.0752896400
35 0.1065626393
36 -0.1420889944
37 0.1999355085
38 -0.3333314528
39 * Coefficients for the exp(-x) polynomial.
40 expcoeff
41 -0.0001413161
42 0.0013298820
43 -0.0083013598
44 0.0416573475
45 -0.1666653019
46 0.4999999206
47 -0.9999999995
48 * Coefficients for the ln(1+x) polynomial.
49 lncoeff
50 -0.0064535442
51 0.0360884937
52 -0.0953293897
53 0.1676540711
54 -0.2407338084
55 0.3317990258
56 -0.4998741238
57 0.9999964239