n0tmyself 5cc153f92b Something changes after discussion | преди 6 месеца | |
---|---|---|
.. | ||
Test | преди 6 месеца | |
bin | преди 6 месеца | |
modules | преди 6 месеца | |
CMakeLists.txt | преди 6 месеца | |
README.md | преди 6 месеца |
Description: Elliptic_Integrals::Elliptic(const double phi, const double k) computes elliptic integrals F(ϕ,k) and E(ϕ,k).
Usage:
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:
Returns: A vector containing the values of F(ϕ,k) (at the first position) and E(ϕ,k) (at the second position).
Exceptions:
Special Cases:
Note: This implementation has a maximum iteration limit of 1000. Adjustments may be needed based on the desired precision and performance requirements.
Related papers: