|
@@ -7,6 +7,7 @@ Elliptic_Integrals::Elliptic(const double phi, const double k) computes elliptic
|
|
```cpp
|
|
```cpp
|
|
std::vector<double> Elliptic_Integrals::Elliptic(const double phi, const double k)
|
|
std::vector<double> Elliptic_Integrals::Elliptic(const double phi, const double k)
|
|
```
|
|
```
|
|
|
|
+In main.cpp displays a table for comparison with Irene A. Stegun, Milton Abramowitz, "Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables", page 613-618.
|
|
|
|
|
|
**Parameters:**
|
|
**Parameters:**
|
|
* 'phi': The argument in degrees. It must be in the range [0,90]
|
|
* 'phi': The argument in degrees. It must be in the range [0,90]
|