From 1c4e4b13eaa38aa864bf100f2f1580b68e8d8c32 Mon Sep 17 00:00:00 2001 From: Qrol Date: Sat, 27 Oct 2018 18:07:23 +0200 Subject: [PATCH] Added image illustrating circumference and diameter (#20051) --- guide/english/mathematics/pi/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/mathematics/pi/index.md b/guide/english/mathematics/pi/index.md index 05522344bc..af2f2f30f1 100644 --- a/guide/english/mathematics/pi/index.md +++ b/guide/english/mathematics/pi/index.md @@ -7,4 +7,6 @@ title: PI PI is a mathematical constant whose value is approximately equal to 3.14159265359. It is defined as the `ratio of circumference of a circle to its diameter`. The PI is represented by a greek letter `𝜋` and is widely used in Physics and Mathematics. +![alt text](https://raw.githubusercontent.com/Qrol/publicImages/master/PiDefinition.png "PI definition") + The ratio 𝜋 = circumference/diameter always remains the same, regardless of the size of a circle. For example, even if we take a new circle of twice the diameter of a previous circle, then the circumference of that new circle will be exactly double of the previous one preserving the value of 𝜋 to be constant.