Skip to content

Commit 76b911e

Browse files
committed
Update erfc_taylor_coefs.txt
1 parent 7c5313c commit 76b911e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

results/erfc_taylor_coefs.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
inv_erfcx(x):=exp(-x^2)/erfc(x);
2+
wxplot2d([inv_erfcx(x), sqrt(%pi)*x], [x,0,16])$
3+
fpprec : 128;
4+
taylor(inv_erfcx(x), x, 1, 18);
5+
bfloat(%);
6+
17
+2.4419004950131766277809051682731354015816920597659311239061348777141167476605943772468851735515877713298186701240802274519227242b-12*(x-5.0b-1)^24
28
+4.2852906541972995353705404412785179160912086872869081056395498376514936143465979332356732704509944576848834510518657424737835084b-11*(x-5.0b-1)^23
39
-1.7706284286840116539366835879909255955020035608028714814824423918796036280308360310083399345706284463759979949058836575155338397b-10*(x-5.0b-1)^22

0 commit comments

Comments
 (0)