|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| Test | %!s(int64=2) %!d(string=hai) anos | |
| bin | %!s(int64=2) %!d(string=hai) anos | |
| googletest @ | %!s(int64=2) %!d(string=hai) anos | |
| modules | %!s(int64=2) %!d(string=hai) anos | |
| CMakeLists.txt | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
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)
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: