Skip to content

Commit

Permalink
Update chapters/arrays.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Nov 22, 2022
1 parent 14c2b0c commit 86b9801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
Expand Up @@ -1279,7 +1279,7 @@ \subsection{Element-wise Exponentiation}\label{element-wise-exponentiation}
\begin{nonnormative}
Except for defining the special case of $0.0^0$ it corresponds to \lstinline[language=C]!pow(double a, double b)! in the ANSI~C library.
The result is always \lstinline!Real! due to the potential for integer overflow and negative exponents.
Treating an \lstinline!Integer! exponent special makes it possible to use $x^n$ in a power series.
The special treatment of \lstinline!Integer! exponents makes it possible to use $x^n$ in a power series.
\end{nonnormative}

Element-wise exponentiation \lstinline!a .^ b! of numeric scalars, vectors, matrices, or arrays \lstinline!a! and \lstinline!b! requires a numeric type class for
Expand Down

0 comments on commit 86b9801

Please sign in to comment.