Added some structor concepts

This commit is contained in:
Cooldude2606
2019-09-17 21:09:15 +01:00
parent d40f0f142f
commit 1f204c6dac
114 changed files with 880 additions and 153 deletions

View File

@@ -242,7 +242,7 @@
</thead>
<tbody>
<tr>
<td class="name"><a href="#calculate_y_intercept">calculate_y_intercept(x, slope)</a></td>
<td class="name"><a href="#calculate_y_intercept">calculate_y_intercept(x, y, slope)</a></td>
<td class="summary">Calculates the y-intercept of a line</td>
</tr>
</tbody>
@@ -258,7 +258,7 @@
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#calculate_y_intercept" class="fragment-hashtag">#</a>
<span class="section-item-title" id="calculate_y_intercept">calculate_y_intercept(x, slope)</span>
<span class="section-item-title" id="calculate_y_intercept">calculate_y_intercept(x, y, slope)</span>
</div>
</dt>
<dd>
@@ -283,7 +283,22 @@
<strong> : </strong>
, y numbers - coordinates of point on line
number - coordinates of point on line
</li>
<li class="section-subitem-li">
<strong><em>y</em></strong>
<strong> : </strong>
number - coordinates of point on line
</li>
@@ -339,7 +354,7 @@
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2019-09-06 21:12:05 UTC</i>
<i>Last updated 2019-09-17 21:04:13 UTC</i>
</div>
</div>
</div>