erfTable top-level property

Map<double, double> erfTable
final

Error function table. 30-digit precision.

Source: keisan.casio.com

Implementation

final erfTable = Map<double, double>.unmodifiable({
  0.0: 0.0,
  0.1: 0.112462916018284892203275071744,
  0.2: 0.2227025892104784541401390068,
  0.3: 0.328626759459127427638914047867,
  0.4: 0.42839235504666845510360384532,
  0.5: 0.520499877813046537682746653892,
  0.6: 0.603856090847925922562622436057,
  0.7: 0.677801193837418472975628809244,
  0.8: 0.742100964707660486167110586503,
  0.9: 0.796908212422832128518724785142,
  1.0: 0.842700792949714869341220635083,
  1.1: 0.880205069574081699771867766322,
  1.2: 0.910313978229635380238405775715,
  1.3: 0.934007944940652436603893327504,
  1.4: 0.952285119762648810516482691533,
  1.5: 0.966105146475310727066976261646,
  1.6: 0.976348383344644007774283447142,
  1.7: 0.983790458590774563626242588122,
  1.8: 0.989090501635730714183732810756,
  1.9: 0.992790429235257469948357539303,
  2.0: 0.995322265018952734162069256367,
  2.1: 0.997020533343667014496114983359,
  2.2: 0.998137153702018108556548243971,
  2.3: 0.998856823402643348534652540619,
  2.4: 0.999311486103354921430255067829,
  2.5: 0.99959304798255504106043578426,
  2.6: 0.999763965583470650796008996792,
  2.7: 0.99986566726005947567085988128,
  2.8: 0.999924986805334540975776754752,
  2.9: 0.999958902121900541164316132511,
  3.0: 0.99997790950300141455862722387,
  3.1: 0.999988351342632800403966293837,
  3.2: 0.999993974238848237905028257637,
  3.3: 0.999996942290203561838538196597,
  3.4: 0.999998478006637137714638242862,
  3.5: 0.999999256901627658587254476316,
  3.6: 0.999999644137006992314701184444,
  3.7: 0.999999832848942090853797625924,
  3.8: 0.999999922996072543035871301802,
  3.9: 0.999999965207751402768257721692,
  4.0: 0.99999998458274209971998114784,
  4.1: 0.999999993299972345915101627273,
  5.0: 0.99999999999846254020557196515,
  8.0: 0.999999999999999999999999999989,
  20.0: 1.0,
});