erfxTable top-level property

Map<double, double> erfxTable
final

Scaled error function table 30-digit precision.

Source: keisan.casio.com

Implementation

final erfxTable = Map<double, double>.unmodifiable({
  0.0: 0.0,
  0.1: 0.113593187115041415610281708259,
  0.2: 0.231791254290807484996328102275,
  0.3: 0.359574949137555215587225058742,
  0.4: 0.502723085697048711689198612424,
  0.5: 0.668335072494815609202627145379,
  0.6: 0.865524697173753303307240617925,
  0.7: 1.10638588260593802904447046079,
  0.8: 1.40738029008183663034361198932,
  0.9: 1.79137633535335437984805181124,
  1.0: 2.29069825230323823094953712686,
  1.1: 2.95175419191252858451461332491,
  1.2: 3.84215840006731310383248071325,
  1.3: 5.06183803604511589990788581897,
  1.4: 6.76058352447689803887207320123,
  1.5: 9.16615041990420821819604645679,
  1.6: 12.6298643232721352063754619543,
  1.7: 17.7016463044749714346454813351,
  1.8: 25.2551616517150851685097365195,
  1.9: 36.6995434411608332766481590259,
  2.0: 54.342754356833733334245172622,
  2.1: 82.024344380856503128308524665,
  2.2: 126.233758766436170456464146343,
  2.3: 198.116683847213620586676194052,
  2.4: 317.129830183313476796293651219,
  2.5: 517.802018304280882359041410171,
  2.6: 862.438582541880475604308002305,
  2.7: 1465.37382307665255092783571845,
  2.8: 2540.01428494713866075826396986,
  2.9: 4491.57590972273188422939897164,
  3.0: 8102.90492642420261775957739462,
  3.1: 14912.9963688639632329048817015,
  3.2: 28000.9571981347103482717800154,
  3.3: 53637.1359627584556207771946138,
  3.4: 104819.853844263792077901716599,
  3.5: 208981.133576057352617398308163,
  3.6: 425065.963516427808782070138549,
  3.7: 882046.304327948222524270671329,
  3.8: 1867292.20924646202491268241649,
  3.9: 4032914.86972210219338118036728,
  4.0: 8886110.38350841501170163385134,
  4.1: 19975158.6757053470521918990341,
  5.0: 72004899337.2751678864282828398,
  8.0: 6235149080811616882909238708.86,
  20.0: 5.22146968976414395058876300665E+173
});