Skip to content

Commit 27a6b96

Browse files
committed
Fixes #472 by correcting constant values
1 parent 6469caa commit 27a6b96

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/api_en/HALF_PI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ arc(x, y, d-60, d-60, 0, TWO_PI);
2222
</example>
2323

2424
<description><![CDATA[
25-
HALF_PI is a mathematical constant with the value 1.57079632679489661923. It is half the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
25+
<b>HALF_PI</b> is a mathematical constant with the value 1.5707964. It is half the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
2626
]]></description>
2727

2828
</root>

content/api_en/PI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ arc(x, y, d-60, d-60, 0, TWO_PI);
2222
</example>
2323

2424
<description><![CDATA[
25-
PI is a mathematical constant with the value 3.14159265358979323846. It is the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
25+
<b>PI</b> is a mathematical constant with the value 3.1415927. It is the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
2626
]]></description>
2727

2828
</root>

content/api_en/QUARTER_PI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ arc(x, y, d-60, d-60, 0, TWO_PI);
2222
</example>
2323

2424
<description><![CDATA[
25-
QUARTER_PI is a mathematical constant with the value 0.7853982. It is one quarter the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
25+
<b>QUARTER_PI</b> is a mathematical constant with the value 0.7853982. It is one quarter the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
2626
]]></description>
2727

2828
</root>

content/api_en/TAU.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ arc(x, y, d-60, d-60, 0, TAU);
2222
</example>
2323

2424
<description><![CDATA[
25-
TAU is a mathematical constant with the value 6.28318530717958647693. It is the circle constant relating the circumference of a circle to its linear dimension, the ratio of the circumference of a circle to its radius. It is useful in combination with trigonometric functions such as <b>sin()</b> and <b>cos()</b>.
25+
<b>TAU</b> is a mathematical constant with the value 6.2831855. It is the circle constant relating the circumference of a circle to its linear dimension, the ratio of the circumference of a circle to its radius. It is useful in combination with trigonometric functions such as <b>sin()</b> and <b>cos()</b>.
2626
]]></description>
2727

2828
</root>

content/api_en/TWO_PI.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ arc(x, y, d-60, d-60, 0, TWO_PI);
2222
</example>
2323

2424
<description><![CDATA[
25-
TWO_PI is a mathematical constant with the value 6.28318530717958647693. It is twice the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
25+
<b>TWO_PI</b> is a mathematical constant with the value 6.2831855. It is twice the ratio of the circumference of a circle to its diameter. It is useful in combination with the trigonometric functions <b>sin()</b> and <b>cos()</b>.
2626
]]></description>
2727

2828
</root>

0 commit comments

Comments
 (0)