mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Added some structor concepts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user