소스 검색

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;