You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><p>Returns the real component of a complex number for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Returns the reciprocal for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Returns the remainder of division for each element <codeclass="docutils literal notranslate"><spanclass="pre">x1_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x1</span></code> and the respective element <codeclass="docutils literal notranslate"><spanclass="pre">x2_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x2</span></code>.</p></td>
<td><p>Rounds each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code> to the nearest integer-valued number.</p></td>
<td><p>Returns an indication of the sign of a number for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Determines whether the sign bit is set for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Calculates an implementation-dependent approximation to the sine for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Calculates an implementation-dependent approximation to the hyperbolic sine for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Squares each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Calculates the principal square root for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Calculates the difference for each element <codeclass="docutils literal notranslate"><spanclass="pre">x1_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x1</span></code> with the respective element <codeclass="docutils literal notranslate"><spanclass="pre">x2_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x2</span></code>.</p></td>
<td><p>Calculates an implementation-dependent approximation to the tangent for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Calculates an implementation-dependent approximation to the hyperbolic tangent for each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code>.</p></td>
<td><p>Rounds each element <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code> of the input array <codeclass="docutils literal notranslate"><spanclass="pre">x</span></code> to the nearest integer-valued number that is closer to zero than <codeclass="docutils literal notranslate"><spanclass="pre">x_i</span></code>.</p></td>
0 commit comments