Skip to content

Commit

Permalink
Bug fix in Basic mathematics.jl Notebook (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanngoswamii authored Feb 13, 2024
1 parent 8ab6520 commit 2247811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/Basic mathematics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2247811

Please sign in to comment.