Skip to content

Commit bb08e58

Browse files
update help files
1 parent eb7f508 commit bb08e58

60 files changed

Lines changed: 1354 additions & 102 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

help/en_US/abs.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns = "http://www.w3.org/1999/xhtml">
5+
<!--
6+
SAME AS NELSON SOFTWARE
7+
-->
8+
9+
<head>
10+
<meta name="generator" content=
11+
"HTML Generated by Nelson"/>
12+
<link rel="stylesheet" type="text/css" href="style.css" />
13+
<link rel="stylesheet" href="mono-blue.css" type="text/css" />
14+
<script src = "highlight.pack.js" type = "text/javascript">
15+
</script>
16+
<script type = "text/javascript">hljs.initHighlightingOnLoad();</script>
17+
</script>
18+
<meta http-equiv="Content-Type" content = "text/html; charset=utf-8" />
19+
<title>abs</title>
20+
21+
</head>
22+
<body>
23+
24+
<div class = "manualnavbar">
25+
<table width = "100%"><tr>
26+
27+
<td width="40%" class="center">
28+
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
29+
</td>
30+
31+
<td width = "30%" class = "next">
32+
<span class = "next"><a href = "and.html">and &gt;&gt;</a></span>
33+
</td>
34+
35+
</tr></table>
36+
<hr />
37+
38+
<h1 class="refname">abs</h1>
39+
<hr/>
40+
41+
<h3>Absolute value</h3>
42+
<hr/>
43+
44+
<h3>Syntax</h3>
45+
<hr/>
46+
47+
<table summary="syntax" style="width:50%">
48+
<tr>
49+
<td>R = abs(M)</td>
50+
</tr>
51+
52+
</table>
53+
54+
<h3>Input argument</h3>
55+
<hr/>
56+
57+
<dl>
58+
<dt><span class="term">M</span></dt>
59+
<dd>
60+
<p class="para">a variable</p>
61+
</dd>
62+
63+
</dl>
64+
65+
<h3>Output argument</h3>
66+
<hr/>
67+
68+
<dl>
69+
<dt><span class="term">R</span></dt>
70+
<dd>
71+
<p class="para">result of abs: absolute value.</p>
72+
</dd>
73+
74+
</dl>
75+
76+
<h3>Description</h3>
77+
<hr/>
78+
79+
<p></p>
80+
81+
<p><b>abs</b> computes the absolute value.</p>
82+
<p>If input argument is a complex number, <b>abs</b> computes the complex magnitude.</p>
83+
84+
85+
<h3>Example</h3>
86+
<hr/>
87+
88+
<pre>
89+
<code class = "nelson">x = [1+i,-i;i,2i];
90+
r = abs(x)
91+
</code>
92+
</pre>
93+
94+
<h3>See also</h3>
95+
<hr/>
96+
97+
<p>
98+
<a href = "conj.html" class = "link">conj</a>.</p>
99+
100+
<h3>History</h3>
101+
<hr/>
102+
103+
<table summary = "history" style="width:50%">
104+
<tr>
105+
<th>Version</th>
106+
<th>Description</th>
107+
</tr>
108+
<tr>
109+
<td>1.0.0</td>
110+
<td>initial version</td>
111+
</tr>
112+
113+
</table>
114+
115+
<h3>Author</h3>
116+
<hr/>
117+
118+
<p>Allan CORNET</p>
119+
120+
<div class = "manualnavbar">
121+
<table width = "100%"><tr>
122+
123+
<td width="40%" class="center">
124+
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
125+
</td>
126+
127+
<td width = "30%" class = "next">
128+
<span class = "next"><a href = "and.html">and &gt;&gt;</a></span>
129+
</td>
130+
131+
</tr></table>
132+
<hr />
133+
134+
</body>
135+
136+
</html>
137+

help/en_US/and.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<div class = "manualnavbar">
2525
<table width = "100%"><tr>
2626

27+
<td width="30%" class="previous">
28+
<span class="top"><a href="abs.html">&lt;&lt; abs</a></span>
29+
</td>
30+
2731
<td width="40%" class="center">
2832
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
2933
</td>
@@ -131,6 +135,10 @@ <h3>Author</h3>
131135
<div class = "manualnavbar">
132136
<table width = "100%"><tr>
133137

138+
<td width="30%" class="previous">
139+
<span class="top"><a href="abs.html">&lt;&lt; abs</a></span>
140+
</td>
141+
134142
<td width="40%" class="center">
135143
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
136144
</td>

help/en_US/ceil.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</td>
3434

3535
<td width = "30%" class = "next">
36-
<span class = "next"><a href = "colon.html">colon &gt;&gt;</a></span>
36+
<span class = "next"><a href = "circshift.html">circshift &gt;&gt;</a></span>
3737
</td>
3838

3939
</tr></table>
@@ -131,7 +131,7 @@ <h3>Author</h3>
131131
</td>
132132

133133
<td width = "30%" class = "next">
134-
<span class = "next"><a href = "colon.html">colon &gt;&gt;</a></span>
134+
<span class = "next"><a href = "circshift.html">circshift &gt;&gt;</a></span>
135135
</td>
136136

137137
</tr></table>

help/en_US/chapter_assert_functions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -52,7 +52,7 @@ <h3>The aim of these functions is to provide tools to test some other functions.
5252
<table width = "100%"><tr>
5353

5454
<td width="30%" class="previous">
55-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
55+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
5656
</td>
5757

5858
<td width="40%" class="center">

help/en_US/chapter_com_engine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -65,7 +65,7 @@ <h3>Component Object Model (COM) client interface: binary-interface standard for
6565
<table width = "100%"><tr>
6666

6767
<td width="30%" class="previous">
68-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
68+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
6969
</td>
7070

7171
<td width="40%" class="center">

help/en_US/chapter_console.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -48,7 +48,7 @@ <h3>Console</h3>
4848
<table width = "100%"><tr>
4949

5050
<td width="30%" class="previous">
51-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
51+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
5252
</td>
5353

5454
<td width="40%" class="center">

help/en_US/chapter_constructors_functions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -54,7 +54,7 @@ <h3>Create scalars, vectors, or matrices</h3>
5454
<table width = "100%"><tr>
5555

5656
<td width="30%" class="previous">
57-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
57+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
5858
</td>
5959

6060
<td width="40%" class="center">

help/en_US/chapter_core.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -45,6 +45,7 @@ <h3>core functions</h3>
4545
<li><a href = "execstr.html" class="refentry">execstr</a> &#8212; <span class = "refentry-description">Execute Nelson code in strings.</span></li>
4646
<li><a href = "exit.html" class="refentry">exit</a> &#8212; <span class = "refentry-description">Exit from current Nelson application</span></li>
4747
<li><a href = "format.html" class="refentry">format</a> &#8212; <span class = "refentry-description">Display format and number printing.</span></li>
48+
<li><a href = "maxNumCompThreads.html" class="refentry">maxNumCompThreads</a> &#8212; <span class = "refentry-description">Set/Get maximum number of computional threads.</span></li>
4849
<li><a href = "namelengthmax.html" class="refentry">namelengthmax</a> &#8212; <span class = "refentry-description">Return the maximum variable name length.</span></li>
4950
<li><a href = "nargin.html" class="refentry">nargin</a> &#8212; <span class = "refentry-description">Returns the number of input arguments.</span></li>
5051
<li><a href = "nargout.html" class="refentry">nargout</a> &#8212; <span class = "refentry-description">Returns the number of output arguments.</span></li>
@@ -60,7 +61,7 @@ <h3>core functions</h3>
6061
<table width = "100%"><tr>
6162

6263
<td width="30%" class="previous">
63-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
64+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
6465
</td>
6566

6667
<td width="40%" class="center">

help/en_US/chapter_data_structures.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -54,7 +54,7 @@ <h3>data structures functions</h3>
5454
<table width = "100%"><tr>
5555

5656
<td width="30%" class="previous">
57-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
57+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
5858
</td>
5959

6060
<td width="40%" class="center">

help/en_US/chapter_double.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<table width = "100%"><tr>
2020

2121
<td width="30%" class="previous">
22-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
22+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
2323
</td>
2424

2525
<td width="40%" class="center">
@@ -47,7 +47,7 @@ <h3>double type functions</h3>
4747
<table width = "100%"><tr>
4848

4949
<td width="30%" class="previous">
50-
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.8.471</a></span>
50+
<span class="top"><a href="index.html">&lt;&lt; Nelson 0.1.9.544</a></span>
5151
</td>
5252

5353
<td width="40%" class="center">

0 commit comments

Comments
 (0)