1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 03:30:34 +02:00
This commit is contained in:
Pomax
2016-02-20 17:50:30 -08:00
parent dda27c123b
commit a65d5a437d
11 changed files with 509 additions and 59 deletions

View File

@@ -187,14 +187,14 @@ var Circles = React.createClass({
number of ranges for the angle φ, such as a half circle, quarter circle and eighth circle?</p>
<table><tbody><tr><td>
<p><img src="images/arc-q-pi.gif"/></p>
<p><img src="images/arc-q-pi.gif" height="190px"/></p>
<p>plotted for 0 φ π:</p>
</td><td>
<p><img src="images/arc-q-pi2.gif"/></p>
<p><img src="images/arc-q-pi2.gif" height="187px"/></p>
<p>plotted for 0 φ ½π:</p>
</td><td>
{ this.props.showhref ? "http://www.wolframalpha.com/input/?i=plot+sqrt%28%281%2F4+*+%28sin%28x%29+%2B+2tan%28x%2F2%29%29+-+sin%28x%2F2%29%29%5E2+%2B+%282sin%5E4%28x%2F4%29%29%5E2%29+for+0+%3C%3D+x+%3C%3D+pi%2F4" : null }
<p><img src="images/arc-q-pi4.gif"/></p>
<p><img src="images/arc-q-pi4.gif" height="174px"/></p>
<p>plotted for 0 φ ¼π:</p>
</td></tr></tbody></table>