/[gcl]/gcl/o/big.c
ViewVC logotype

Diff of /gcl/o/big.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wfs, Sun May 6 15:59:23 2001 UTC revision 1.3 by camm, Tue Dec 18 18:50:18 2001 UTC
# Line 91  void zero_big(x) Line 91  void zero_big(x)
91  #ifndef HAVE_MP_COERCE_TO_STRING  #ifndef HAVE_MP_COERCE_TO_STRING
92    
93  double digitsPerBit[37]={ 0,0,  double digitsPerBit[37]={ 0,0,
94  1.0, /* 2 */  1.0, /* 2 */
95  0.6309297535714574, /* 3 */  0.6309297535714574, /* 3 */
96  0.5, /* 4 */  0.5, /* 4 */
97  0.4306765580733931, /* 5 */  0.4306765580733931, /* 5 */
98  0.3868528072345416, /* 6 */  0.3868528072345416, /* 6 */
99  0.3562071871080222, /* 7 */  0.3562071871080222, /* 7 */
100  0.3333333333333334, /* 8 */  0.3333333333333334, /* 8 */
101  0.3154648767857287, /* 9 */  0.3154648767857287, /* 9 */
102  0.3010299956639811, /* 10 */  0.3010299956639811, /* 10 */
103  0.2890648263178878, /* 11 */  0.2890648263178878, /* 11 */
104  0.2789429456511298, /* 12 */  0.2789429456511298, /* 12 */
105  0.2702381544273197, /* 13 */  0.2702381544273197, /* 13 */
106  0.2626495350371936, /* 14 */  0.2626495350371936, /* 14 */
107  0.2559580248098155, /* 15 */  0.2559580248098155, /* 15 */
108  0.25, /* 16 */  0.25, /* 16 */
109  0.244650542118226, /* 17 */  0.244650542118226, /* 17 */
110  0.2398124665681315, /* 18 */  0.2398124665681315, /* 18 */
111  0.2354089133666382, /* 19 */  0.2354089133666382, /* 19 */
112  0.2313782131597592, /* 20 */  0.2313782131597592, /* 20 */
113  0.227670248696953, /* 21 */  0.227670248696953, /* 21 */
114  0.2242438242175754, /* 22 */  0.2242438242175754, /* 22 */
115  0.2210647294575037, /* 23 */  0.2210647294575037, /* 23 */
116  0.2181042919855316, /* 24 */  0.2181042919855316, /* 24 */
117  0.2153382790366965, /* 25 */  0.2153382790366965, /* 25 */
118  0.2127460535533632, /* 26 */  0.2127460535533632, /* 26 */
119  0.2103099178571525, /* 27 */  0.2103099178571525, /* 27 */
120  0.2080145976765095, /* 28 */  0.2080145976765095, /* 28 */
121  0.2058468324604345, /* 29 */  0.2058468324604345, /* 29 */
122  0.2037950470905062, /* 30 */  0.2037950470905062, /* 30 */
123  0.2018490865820999, /* 31 */  0.2018490865820999, /* 31 */
124  0.2, /* 32 */  0.2, /* 32 */
125  0.1982398631705605, /* 33 */  0.1982398631705605, /* 33 */
126  0.1965616322328226, /* 34 */  0.1965616322328226, /* 34 */
127  0.1949590218937863, /* 35 */  0.1949590218937863, /* 35 */
128  0.1934264036172708, /* 36 */  0.1934264036172708, /* 36 */
129  };  };
130    
131  object  object

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26