Skip to content

Commit

Permalink
update help files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Sep 3, 2017
1 parent eb7f508 commit bb08e58
Show file tree
Hide file tree
Showing 60 changed files with 1,354 additions and 102 deletions.
137 changes: 137 additions & 0 deletions help/en_US/abs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns = "http://www.w3.org/1999/xhtml">
<!--
SAME AS NELSON SOFTWARE
-->

<head>
<meta name="generator" content=
"HTML Generated by Nelson"/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="mono-blue.css" type="text/css" />
<script src = "highlight.pack.js" type = "text/javascript">
</script>
<script type = "text/javascript">hljs.initHighlightingOnLoad();</script>
</script>
<meta http-equiv="Content-Type" content = "text/html; charset=utf-8" />
<title>abs</title>

</head>
<body>

<div class = "manualnavbar">
<table width = "100%"><tr>

<td width="40%" class="center">
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
</td>

<td width = "30%" class = "next">
<span class = "next"><a href = "and.html">and &gt;&gt;</a></span>
</td>

</tr></table>
<hr />

<h1 class="refname">abs</h1>
<hr/>

<h3>Absolute value</h3>
<hr/>

<h3>Syntax</h3>
<hr/>

<table summary="syntax" style="width:50%">
<tr>
<td>R = abs(M)</td>
</tr>

</table>

<h3>Input argument</h3>
<hr/>

<dl>
<dt><span class="term">M</span></dt>
<dd>
<p class="para">a variable</p>
</dd>

</dl>

<h3>Output argument</h3>
<hr/>

<dl>
<dt><span class="term">R</span></dt>
<dd>
<p class="para">result of abs: absolute value.</p>
</dd>

</dl>

<h3>Description</h3>
<hr/>

<p></p>

<p><b>abs</b> computes the absolute value.</p>
<p>If input argument is a complex number, <b>abs</b> computes the complex magnitude.</p>


<h3>Example</h3>
<hr/>

<pre>
<code class = "nelson">x = [1+i,-i;i,2i];
r = abs(x)
</code>
</pre>

<h3>See also</h3>
<hr/>

<p>
<a href = "conj.html" class = "link">conj</a>.</p>

<h3>History</h3>
<hr/>

<table summary = "history" style="width:50%">
<tr>
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.0.0</td>
<td>initial version</td>
</tr>

</table>

<h3>Author</h3>
<hr/>

<p>Allan CORNET</p>

<div class = "manualnavbar">
<table width = "100%"><tr>

<td width="40%" class="center">
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
</td>

<td width = "30%" class = "next">
<span class = "next"><a href = "and.html">and &gt;&gt;</a></span>
</td>

</tr></table>
<hr />

</body>

</html>

8 changes: 8 additions & 0 deletions help/en_US/and.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<div class = "manualnavbar">
<table width = "100%"><tr>

<td width="30%" class="previous">
<span class="top"><a href="abs.html">&lt;&lt; abs</a></span>
</td>

<td width="40%" class="center">
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
</td>
Expand Down Expand Up @@ -131,6 +135,10 @@ <h3>Author</h3>
<div class = "manualnavbar">
<table width = "100%"><tr>

<td width="30%" class="previous">
<span class="top"><a href="abs.html">&lt;&lt; abs</a></span>
</td>

<td width="40%" class="center">
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
</td>
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/ceil.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</td>

<td width = "30%" class = "next">
<span class = "next"><a href = "colon.html">colon &gt;&gt;</a></span>
<span class = "next"><a href = "circshift.html">circshift &gt;&gt;</a></span>
</td>

</tr></table>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h3>Author</h3>
</td>

<td width = "30%" class = "next">
<span class = "next"><a href = "colon.html">colon &gt;&gt;</a></span>
<span class = "next"><a href = "circshift.html">circshift &gt;&gt;</a></span>
</td>

</tr></table>
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_assert_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

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

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

<td width="40%" class="center">
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_com_engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

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

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

<td width="40%" class="center">
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_console.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

<td width="40%" class="center">
Expand Down Expand Up @@ -48,7 +48,7 @@ <h3>Console</h3>
<table width = "100%"><tr>

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

<td width="40%" class="center">
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_constructors_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

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

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

<td width="40%" class="center">
Expand Down
5 changes: 3 additions & 2 deletions help/en_US/chapter_core.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

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

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

<td width="40%" class="center">
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_data_structures.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

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

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

<td width="40%" class="center">
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_double.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

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

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

<td width="40%" class="center">
Expand Down
4 changes: 2 additions & 2 deletions help/en_US/chapter_dynamic_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<table width = "100%"><tr>

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

<td width="40%" class="center">
Expand Down Expand Up @@ -49,7 +49,7 @@ <h3>dynamic link functions</h3>
<table width = "100%"><tr>

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

<td width="40%" class="center">
Expand Down
13 changes: 9 additions & 4 deletions help/en_US/chapter_elementary_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<table width = "100%"><tr>

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

<td width="40%" class="center">
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
</td>

<td width = "30%" class = "next">
<span class = "next"><a href = "and.html">and &gt;&gt;</a></span>
<span class = "next"><a href = "abs.html">abs &gt;&gt;</a></span>
</td>

</tr></table>
Expand All @@ -40,8 +40,10 @@ <h3>elementary functions</h3>
<hr/>

<ul class="list-chapter">
<li><a href = "abs.html" class="refentry">abs</a> &#8212; <span class = "refentry-description">Absolute value</span></li>
<li><a href = "and.html" class="refentry">and</a> &#8212; <span class = "refentry-description">logical 'AND' operator, &</span></li>
<li><a href = "ceil.html" class="refentry">ceil</a> &#8212; <span class = "refentry-description">Round up</span></li>
<li><a href = "circshift.html" class="refentry">circshift</a> &#8212; <span class = "refentry-description">Circular shift</span></li>
<li><a href = "colon.html" class="refentry">colon</a> &#8212; <span class = "refentry-description">colon operator ':'.</span></li>
<li><a href = "complex.html" class="refentry">complex</a> &#8212; <span class = "refentry-description">Creates an complex number.</span></li>
<li><a href = "conj.html" class="refentry">conj</a> &#8212; <span class = "refentry-description">Complex conjugate</span></li>
Expand All @@ -66,6 +68,7 @@ <h3>elementary functions</h3>
<li><a href = "lt.html" class="refentry">lt</a> &#8212; <span class = "refentry-description">less than, < operator.</span></li>
<li><a href = "minus.html" class="refentry">minus</a> &#8212; <span class = "refentry-description">Subtraction, - operator</span></li>
<li><a href = "mldivide.html" class="refentry">mldivide</a> &#8212; <span class = "refentry-description">Matrix left division, \ operator.</span></li>
<li><a href = "mod.html" class="refentry">mod</a> &#8212; <span class = "refentry-description">Modulus after division.</span></li>
<li><a href = "mpower.html" class="refentry">mpower</a> &#8212; <span class = "refentry-description">Matrix power, ^ operator</span></li>
<li><a href = "mrdivide.html" class="refentry">mrdivide</a> &#8212; <span class = "refentry-description">Matrix right division, / operator.</span></li>
<li><a href = "mtimes.html" class="refentry">mtimes</a> &#8212; <span class = "refentry-description">Matrix multiplication, * operator</span></li>
Expand All @@ -79,6 +82,8 @@ <h3>elementary functions</h3>
<li><a href = "prod.html" class="refentry">prod</a> &#8212; <span class = "refentry-description">Product of array elements.</span></li>
<li><a href = "rdivide.html" class="refentry">rdivide</a> &#8212; <span class = "refentry-description">Right division, ./ operator</span></li>
<li><a href = "real.html" class="refentry">real</a> &#8212; <span class = "refentry-description">Real part of an complex number.</span></li>
<li><a href = "rem.html" class="refentry">rem</a> &#8212; <span class = "refentry-description">Remainder after division.</span></li>
<li><a href = "repmat.html" class="refentry">repmat</a> &#8212; <span class = "refentry-description">Replicate and tile an array.</span></li>
<li><a href = "reshape.html" class="refentry">reshape</a> &#8212; <span class = "refentry-description">Reshapes a vector or a matrix to a different size matrix.</span></li>
<li><a href = "round.html" class="refentry">round</a> &#8212; <span class = "refentry-description">Round to nearest integer</span></li>
<li><a href = "shortcutand.html" class="refentry">shortcutand</a> &#8212; <span class = "refentry-description">Short circuit 'AND' operator, &&</span></li>
Expand All @@ -96,15 +101,15 @@ <h3>elementary functions</h3>
<table width = "100%"><tr>

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

<td width="40%" class="center">
<span class="top"><a href="chapter_elementary_functions.html">elementary functions</a></span>
</td>

<td width = "30%" class = "next">
<span class = "next"><a href = "and.html">and &gt;&gt;</a></span>
<span class = "next"><a href = "abs.html">abs &gt;&gt;</a></span>
</td>

</tr></table>
Expand Down
Loading

0 comments on commit bb08e58

Please sign in to comment.