|
@@ -15,7 +15,7 @@ std::vector<double> Elliptic_Integrals::Elliptic(const double phi, const double
|
|
|
**Returns:**
|
|
|
A vector containing the values of F(ϕ,k) (at the first position) and E(ϕ,k) (at the second position).
|
|
|
|
|
|
-**Exception:s**
|
|
|
+**Exceptions:**
|
|
|
* Throws an error if 'k' is not within the range [−1,1]
|
|
|
* Throws an error if 'phi' is not within the range [0,90]
|
|
|
|