Search Results
5 functions found:
| 1. | CreateConstantMatrix ( |
| Dr. Ronald W. Satz, Transpower Corporation | |
| Creates a matrix of size (Rows, Columns) with a ConstantValue for each element (each element is followed by a semi-colon). | |
| 2. | NormProb ( x ) |
| Dr. Ronald W. Satz, Transpower Corporation | |
| Returns the Gaussian Probability Integral | |
| 3. | Quartic_Solver ( a, b, c , d, e, which_x ) |
| Dr. Ronald W. Satz, Transpower Corporation | |
| Finds Real Roots of Quartic Equation a*x^4 + b*x^3 + c*x^2 + d*x + e = 0 | |
| 4. | Romberg_EI |
| Dr. Ronald W. Satz, Transpower Corporation | |
| Calculates Complete Elliptic Integral of the Second Kind Using Romberg's Method | |
| 5. | String_to_Number_in_Scientific_Notation ( text ) |
| Dr. Ronald W. Satz, Transpower Corporation | |
| Replaces GetAsNumber for Strings in Scientific Notation | |