Start of file XPCalcDat.txt --------------------------------------------------

  Raw data file for PROGRAM PolyFit; Polynomial fit program
  File last revised by Harry Smith, 89/11/30

  NN as a Function of M to use in XPCalc program 
  NN is the # of times to reduce x
  M is the # of Super digits (Base 10^7)

CASE 1 - Ln(x)
Degree 1
  SqRt(M)    NN         Wt     Weight of 1.0 used if Weighted fit not requested
  5.91608   4.80       6.67 = 1/0.15     M=35
  7.48331   5.56       9.09 = 1/0.11     M=56
 10.24695   6.906     16.95 = 1/0.059    M=105
 14.24781   8.774     40.00 = 1/0.025    M=203
 20.14944  11.908     71.43 = 1/0.014    M=406
 28.37252  16.31      41.67 = 1/0.024    M=806
100.25966  57.251    500.00 = 1/0.002    M=10056
  END

CASE 2 - Exp(x)
Degree 1
  SqRt(M)    NN         Wt     Weight of 1.0 used if Weighted fit not requested
  5.91608   9.10       2.63 = 1/0.38     M=35
  7.48331  10.60       3.57 = 1/0.28     M=56
 10.24695  13.034      6.85 = 1/0.146    M=105
 14.24781  16.22      17.86 = 1/0.056    M=203
 20.14944  21.47      35.71 = 1/0.028    M=406
 28.37252  29.36      21.74 = 1/0.046    M=805
  END

CASE 3 - Atan(x)
Degree 1
  SqRt(M)    NN         Wt     Weight of 1.0 used if Weighted fit not requested
  5.91608   4.21       6.25 = 1/0.16     M=35
  7.48331   4.68      10.00 = 1/0.10     M=56
 10.24695   5.69      20.00 = 1/0.05     M=105
 14.24781   7.21      50.00 = 1/0.02     M=203
 20.14944   9.588    100.00 = 1/0.010    M=406
 28.37252  12.95      62.50 = 1/0.016    M=805
  END

CASE 4 - Sin(x)
Degree 1
  SqRt(M)    NN         Wt     Weight of 1.0 used if Weighted fit not requested
  5.91608   4.96       3.85 = 1/0.26     M=35
  7.48331   5.55       6.25 = 1/0.16     M=56
 10.24695   6.19      11.76 = 1/0.085    M=105
 14.24781   6.94      33.33 = 1/0.030    M=203
 20.14944   8.802    111.11 = 1/0.009    M=406
 28.37252  11.452    500.00 = 1/0.002    M=805
  END

End of file XPCalcDat.txt ----------------------------------------------------
