Alshevskij Dmitrij Alshevskij 1 vuosi sitten
vanhempi
commit
0e55aaf5d0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Elliptic-integrals/README.md

+ 1 - 0
Elliptic-integrals/README.md

@@ -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]