File: exp.tex

package info (click to toggle)
sollya 8.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,540 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (16 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\subsection{exp}
\label{labexp}
\noindent Name: \textbf{exp}\\
\phantom{aaa}the exponential function.\\[0.2cm]
\noindent Library names:\\
\verb|   sollya_obj_t sollya_lib_exp(sollya_obj_t)|\\
\verb|   sollya_obj_t sollya_lib_build_function_exp(sollya_obj_t)|\\
\verb|   #define SOLLYA_EXP(x) sollya_lib_build_function_exp(x)|\\[0.2cm]
\noindent Description: \begin{itemize}

\item \textbf{exp} is the usual exponential function defined as the solution of the
   ordinary differential equation $y'=y$ with $y(0)=1$.

\item \textbf{exp}(x) is defined for every real number $x$.
\end{itemize}
See also: \textbf{exp} (\ref{labexp}), \textbf{log} (\ref{lablog})