File tree Expand file tree Collapse file tree 2 files changed +229
-3
lines changed
Expand file tree Collapse file tree 2 files changed +229
-3
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,16 @@ A(z) taylor series (z0=3.5)
116116larger 27.25:
117117![ erfc tolarge] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erfc_approx_tolarge.svg )
118118
119- ### Pade Approximant
119+ ### Pade Approximant Base
120120![ pade definition] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/pade_definition.svg )
121121[ C# code] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/ErrorFunctionApproximation/ErrorFunctionMarkII.cs )
122122
123+ [ pade erf precision16] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/pade_erf_e16.txt )
124+ [ pade erf precision32] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/pade_erf_e32.txt )
123125[ pade erfc precision16] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/pade_erfc_e16.txt )
124126[ pade erfc precision32] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/pade_erfc_e32.txt )
125- [ pade erf precision16] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/pade_erf_e16.txt )
126- [ pade erf precision32] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/pade_erf_e32.txt )
127+
128+ ## Inverse Function
129+
130+ ### Erfc NearZero
131+ ![ inverse erfc nearzero] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/inverse_erfc_nz.svg )
You can’t perform that action at this time.
0 commit comments