Alshevskij Dmitrij Alshevskij 1 éve
szülő
commit
0e55aaf5d0
1 módosított fájl, 1 hozzáadás és 0 törlés
  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
 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:**
 * 'phi': The argument in degrees. It must be in the range [0,90]