Lines Matching refs:a_i
41 <td>absolute value (\f$ |a_i| \f$) </td>
55 <td>inverse value (\f$ 1/a_i \f$) </td>
68 …<td><a href="https://en.wikipedia.org/wiki/Complex_conjugate">complex conjugate</a> (\f$ \bar{a_i}…
85 <td>\f$ e \f$ raised to the given power (\f$ e^{a_i} \f$) </td>
98 <td>natural (base \f$ e \f$) logarithm (\f$ \ln({a_i}) \f$)</td>
111 <td>natural (base \f$ e \f$) logarithm of 1 plus \n the given number (\f$ \ln({1+a_i}) \f$)</td>
122 <td>base 10 logarithm (\f$ \log_{10}({a_i}) \f$)</td>
138 …<td>raises a number to the given power (\f$ a_i ^ {b_i} \f$) \n \c a and \c b can be either an arr…
152 <td>computes square root (\f$ \sqrt a_i \f$)</td>
164 …ikipedia.org/wiki/Fast_inverse_square_root">reciprocal square root</a> (\f$ 1/{\sqrt a_i} \f$)</td>
178 <td>computes square power (\f$ a_i^2 \f$)</td>
189 <td>computes cubic power (\f$ a_i^3 \f$)</td>
201 <td>computes the squared absolute value (\f$ |a_i|^2 \f$)</td>
253 <td>computes arc sine (\f$ \sin^{-1} a_i \f$)</td>
265 <td>computes arc cosine (\f$ \cos^{-1} a_i \f$)</td>
277 <td>computes arc tangent (\f$ \tan^{-1} a_i \f$)</td>
460 …\n \f$ \gamma(a_i,x_i)= \frac{1}{|a_i|} \int_{0}^{x_i}e^{\text{-}t} t^{a_i-1} \mathrm{d} t \f$</td>
472 …\n \f$ \Gamma(a_i,x_i) = \frac{1}{|a_i|} \int_{x_i}^{\infty}e^{\text{-}t} t^{a_i-1} \mathrm{d} t \…
512 \n \f$ \zeta(a_i,b_i)=\sum_{k=0}^{\infty}(b_i+k)^{\text{-}a_i} \f$</td>