/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_abs_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_abs_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3600 by schoenebeck, Thu Aug 29 12:13:17 2019 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 13  Line 13 
13        is flipped to positive. So it behaves like simply removing the minus        is flipped to positive. So it behaves like simply removing the minus
14        sign if any.        sign if any.
15      </p>      </p>
16        
17      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>
18      <p/>      <p/>
19      <code lang="nksp">      <code lang="nksp">
# Line 27  abs(??number??) Line 27  abs(??number??)
27        </tr>        </tr>
28        <tr>        <tr>
29          <td><code>??number??</code></td>          <td><code>??number??</code></td>
30          <td>Integer Number</td>          <td>Integer&nbsp;Number&nbsp;or<br>
31          <td>The number to convert.<br>              Real&nbsp;Number</td>
32            <td>The number to be converted.<br>
33              [required]</td>              [required]</td>
34        </tr>        </tr>
35      </table>      </table>
36        
37      <h3>Return Value</h3>      <h3>Return Value</h3>
38      <table>      <table>
39        <tr>        <tr>
40          <th>Data Type</th> <th>Description</th>          <th>Data Type</th> <th>Description</th>
41        </tr>        </tr>
42        <tr>        <tr>
43          <td>Integer Number</td>          <td>Same as <code>??number??</code></td>
44          <td>Absolute value of the passed number.</td>          <td>Absolute value of the passed number.</td>
45        </tr>        </tr>
46      </table>      </table>
47        
48        <h3>Remarks</h3>
49        <p>
50          This functions accepts any standard unit and finalness for its argument <code>??number??</code>.
51          The return value's standard unit and finalness is identical to the passed <code>??number??</code>'s one.
52        </p>
53    
54      <h3>Examples</h3>      <h3>Examples</h3>
55      <p/>      <p/>
56      <code>      <code>

Legend:
Removed from v.3600  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC