Bladeren bron

added comments to main.cpp

n0tmyself 1 jaar geleden
bovenliggende
commit
c1eca52c94
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  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;