Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 183

csound-doc-5.19.01-10.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Mathematical Functions</title>
    <link rel="stylesheet" type="text/css" href="csound.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
    <link rel="up" href="MathTop.html" title="Mathematical Operations" />
    <link rel="prev" href="SigmodCompaccum.html" title="Comparators and Accumulators" />
    <link rel="next" href="MathOpeqfunc.html" title="Opcode Equivalents of Functions" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Mathematical Functions</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="SigmodCompaccum.html">Prev</a> </td>
          <th width="60%" align="center">Mathematical Operations</th>
          <td width="20%" align="right"> <a accesskey="n" href="MathOpeqfunc.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="section" title="Mathematical Functions">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="MathMatfunc"></a>Mathematical Functions</h2>
          </div>
        </div>
      </div>
      <p>
    Opcodes that perform mathematical functions are:
    </p>
      <div class="itemizedlist">
        <ul class="itemizedlist" type="disc">
          <li class="listitem">
            <p>
              <a class="link" href="abs.html" title="abs">
                <em class="citetitle">abs</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="ceil.html" title="ceil">
                <em class="citetitle">ceil</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="exp.html" title="exp">
                <em class="citetitle">exp</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="floor.html" title="floor">
                <em class="citetitle">floor</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="frac.html" title="frac">
                <em class="citetitle">frac</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="int.html" title="int">
                <em class="citetitle">int</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="log.html" title="log">
                <em class="citetitle">log</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="log10.html" title="log10">
                <em class="citetitle">log10</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="logbtwo.html" title="logbtwo">
                <em class="citetitle">logbtwo</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="pow.html" title="pow">
                <em class="citetitle">pow</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="powershape.html" title="powershape">
                <em class="citetitle">powershape</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="powoftwo.html" title="powoftwo">
                <em class="citetitle">powoftwo</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="round.html" title="round">
                <em class="citetitle">round</em>
              </a>
            </p>
          </li>
          <li class="listitem">
            <p>
              <a class="link" href="sqrt.html" title="sqrt">
                <em class="citetitle">sqrt</em>
              </a>
            </p>
          </li>
        </ul>
      </div>
      <p>
  </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="SigmodCompaccum.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="MathTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="MathOpeqfunc.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Comparators and Accumulators </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Opcode Equivalents of Functions</td>
        </tr>
      </table>
    </div>
  </body>
</html>