From 2247811179fe22477d4aa9ed7d0dcae9a774cdb3 Mon Sep 17 00:00:00 2001 From: Shravan Goswami <123811742+shravanngoswamii@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:24:38 +0530 Subject: [PATCH] Bug fix in Basic mathematics.jl Notebook (#50) --- src/basic/Basic mathematics.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/Basic mathematics.jl b/src/basic/Basic mathematics.jl index bb61372..e369f61 100644 --- a/src/basic/Basic mathematics.jl +++ b/src/basic/Basic mathematics.jl @@ -113,7 +113,7 @@ end # ╔═╡ d9c31dfa-d470-11ea-23b2-838975b71f7c md"""## Writing your own math functions -The area of a pizza is ``A = \pi r^2``. Lets try calculating the area of a pizza that has a radius of $r inches (**r = $6**). Type **pi** to get the value of ``\pi`` and **r^2** to get the radius squared. +The area of a pizza is ``A = \pi r^2``. Lets try calculating the area of a pizza that has a radius of $r inches (**r = $r**). Type **pi** to get the value of ``\pi`` and **r^2** to get the radius squared. """ # ╔═╡ 3c12f2b4-d471-11ea-2d37-539f061f7cf2