From 279f17ac0e1b3d019c2b294098e834d249376686 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 4 Jun 2019 20:49:16 -0400 Subject: Update chickadee manual. --- manuals/chickadee/Basics.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'manuals/chickadee/Basics.html') diff --git a/manuals/chickadee/Basics.html b/manuals/chickadee/Basics.html index dd3898c..4c2d313 100644 --- a/manuals/chickadee/Basics.html +++ b/manuals/chickadee/Basics.html @@ -1,6 +1,6 @@ - @@ -98,9 +100,9 @@ Next: , Up: <
Variable: pi
-

An essential constant for all trigonometry. π is the ratio -of a circle’s circumferences to its diameter. Since π is an -irrational number, the pi in Chickadee is a mere floating point +

An essential constant for all trigonometry. Pi is the ratio of a +circle’s circumferences to its diameter. Since pi is an irrational +number, the pi in Chickadee is a mere floating point approximation that is “good enough.”

@@ -110,7 +112,7 @@ approximation that is “good enough.”

-
Procedure: cotan z
+
Procedure: cotan z

Return the cotangent of z.

-- cgit v1.2.3