From c1ff9cb3c1246fa38f194be67c5bc003a2e59357 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 16 Oct 2016 12:22:11 -0400 Subject: Removed
s from 2π explanation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/2pi.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/2pi.js b/js/2pi.js index 0316a90..5297c07 100644 --- a/js/2pi.js +++ b/js/2pi.js @@ -94,8 +94,8 @@ function calculate() + "
Your approximationTrue value
" + 2 * avgPi + "" + TWO_PI + "
π" + + avgPi + "" + PI + "
" + percentError + "% error.
" - + "The blue dot is the center of your shape. The green line is the average radius of the shape.
" - + "The red circle is a circle with the same radius as your shape, and the orange circle is a
" - + "circle with the same circumference as your shape. The closer they are, the better your
" - + "approximation of π"); + + "The blue dot is the center of your shape. The green line is the average radius of the shape. " + + "The red circle is a circle with the same radius as your shape, and the orange circle is a " + + "circle with the same circumference as your shape. The closer they are, the better your " + + "approximation of π."); } -- cgit v1.2.3