瀏覽代碼

add comments

Alshevskij Dmitrij Alshevskij 1 年之前
父節點
當前提交
0e55aaf5d0
共有 1 個文件被更改,包括 1 次插入0 次删除
  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]