三角関数のテーブル引きのプログラムです

Files at this revision

API Documentation at this revision

Comitter:
ssaattww
Date:
Tue Mar 21 02:44:35 2017 +0000
Parent:
1:c3f079780229
Commit message:
????????????

Changed in this revision

table.h Show annotated file Show diff for this revision Revisions of this file
--- a/table.h	Tue Mar 21 02:37:37 2017 +0000
+++ b/table.h	Tue Mar 21 02:44:35 2017 +0000
@@ -15,6 +15,7 @@
 private:
   int number;
   double *ans;
+  double M_PI;
 private:
 };
 #endif