Skip to content

Commit

Permalink
Preparation of the release 2.21.0: updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Dec 20, 2020
1 parent 2450db0 commit e50a2bc
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/html/functions_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ <h4>6 Functions for real numbers</h4>
argument</p>

<table border = "0" cellspacing="0" cellpadding="0"><tr>
<td>$$random \left( 1\right) = 0.0953165$$</td>
<td>$$random \left( 10\right) = 4.76686$$</td>
<td>$$random \left( 1\right) = 0.892466$$</td>
<td>$$random \left( 10\right) = 1.85538$$</td>
</tr></table><br>

<p>The most negative (closest to negative
Expand Down Expand Up @@ -504,11 +504,11 @@ <h4>12 Arrays</h4>
<td>$$n := \left[ 1,\, 2 \,..\, N \right]$$</td>
</tr></table><br>

<p>Define 1-D array</p>
<p>Define 1-D array (enter "[")</p>

<table border = "0" cellspacing="0" cellpadding="0"><tr>
<td>$$z[n] := x1 + \frac{x2 - x1}{N - 1} \cdot \left( n - 1\right) $$</td>
<td>$$G[n] := f \left( z_{n} \right) $$</td>
<td>$$z_{n} := x1 + \frac{x2 - x1}{N - 1} \cdot \left( n - 1\right) $$</td>
<td>$$G_{n} := f \left( z_{n} \right) $$</td>
</tr></table><br>

<p>Show elements of 1-D array</p>
Expand All @@ -521,10 +521,10 @@ <h4>12 Arrays</h4>
<p>Assign value by index</p>

<table border = "0" cellspacing="0" cellpadding="0"><tr>
<td>$$z[5] := -10$$</td>
<td>$$z_{5} := -10$$</td>
</tr></table><br>

<p>Show values of single elements of array ("[")</p>
<p>Show values of single elements of array </p>

<table border = "0" cellspacing="0" cellpadding="0"><tr>
<td>$$z_{5} = -10.0$$</td>
Expand All @@ -539,7 +539,7 @@ <h4>12 Arrays</h4>
</tr></table><br>

<table border = "0" cellspacing="0" cellpadding="0"><tr>
<td>$$G2[n,m] := round \left( sin \left( 2 \cdot pi \cdot \frac{n + m}{N + M}\right) ,\, 3\right) $$</td>
<td>$$G2_{n,\, m} := round \left( sin \left( 2 \cdot pi \cdot \frac{n + m}{N + M}\right) ,\, 3\right) $$</td>
</tr></table><br>

<table border = "0" cellspacing="0" cellpadding="0"><tr>
Expand Down
Binary file modified images/screenshots/application_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/area_between_curves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/cosine_transform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/double_integral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/file_read.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/fourie_transform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/function_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/navigation_drawer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/polar_plot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/simple_calculation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/three_surfaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshots/toolbar_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e50a2bc

Please sign in to comment.