aboutsummaryrefslogtreecommitdiffstats
path: root/Lab Assessment/include/shape.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Lab Assessment/include/shape.hpp')
-rw-r--r--Lab Assessment/include/shape.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lab Assessment/include/shape.hpp b/Lab Assessment/include/shape.hpp
index 34aedca..b19a448 100644
--- a/Lab Assessment/include/shape.hpp
+++ b/Lab Assessment/include/shape.hpp
@@ -60,7 +60,7 @@ public:
double get_perimeter();
private:
- const double PI = 3.14;
+ const double PI = 3.14159265;
Point centre;
double radius;
};