/[svn]/doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/01_nksp_reference.html

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

revision 3678 by schoenebeck, Tue Sep 17 17:37:51 2019 UTC revision 3679 by schoenebeck, Fri Dec 27 23:31:04 2019 UTC
# Line 116  Line 116 
116          <td>Calculates the logarithm to base 2 of given number.</td>          <td>Calculates the logarithm to base 2 of given number.</td>
117        </tr>        </tr>
118        <tr>        <tr>
119            <td><code>lsb()</code></td>
120            <td>Returns least significant byte of a 14 bit value.</td>
121          </tr>
122          <tr>
123          <td><code>max()</code></td>          <td><code>max()</code></td>
124          <td>Calculates the maximum value of two given values.</td>          <td>Calculates the maximum value of two given values.</td>
125        </tr>        </tr>
# Line 128  Line 132 
132          <td>Calculates the minimum value of two given values.</td>          <td>Calculates the minimum value of two given values.</td>
133        </tr>        </tr>
134        <tr>        <tr>
135            <td><code>msb()</code></td>
136            <td>Returns most significant byte of a 14-bit value.</td>
137          </tr>
138          <tr>
139          <td><code>num_elements()</code></td>          <td><code>num_elements()</code></td>
140          <td>Returns the size of the requested array variable.</td>          <td>Returns the size of the requested array variable.</td>
141        </tr>        </tr>

Legend:
Removed from v.3678  
changed lines
  Added in v.3679

  ViewVC Help
Powered by ViewVC