File: log2.tex

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
file content (15 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\subsection{log2}
\label{lablog2}
\noindent Name: \textbf{log2}\\
\phantom{aaa}binary logarithm.\\[0.2cm]
\noindent Library names:\\
\verb|   sollya_obj_t sollya_lib_log2(sollya_obj_t)|\\
\verb|   sollya_obj_t sollya_lib_build_function_log2(sollya_obj_t)|\\
\verb|   #define SOLLYA_LOG2(x) sollya_lib_build_function_log2(x)|\\[0.2cm]
\noindent Description: \begin{itemize}

\item \textbf{log2} is the binary logarithm defined by: ${\rm log2}(x) = \log(x)/\log(2)$.

\item It is defined only for $x \in [0; +\infty]$.
\end{itemize}
See also: \textbf{log} (\ref{lablog}), \textbf{log10} (\ref{lablog10})