浏览代码

added comments to main.cpp

n0tmyself 1 年之前
父节点
当前提交
c1eca52c94
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Elliptic-integrals/bin/main.cpp

+ 6 - 0
Elliptic-integrals/bin/main.cpp

@@ -81,6 +81,12 @@ void PrintEF(int index)
   std::cout << "------------------------------------------------------------------------------------------" << std::endl;
 }
 
+/**
+ * Purpose: A table for comparison with Irene A. Stegun, Milton Abramowitz, "Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables", page 613-618
+ * 
+ * @return A table for comparison
+ */
+
 int main()
 {
   std::cout << "------------------------------------------------------------------------------------------" << std::endl;