1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
\subsection{powers}
\label{labpowers}
\noindent Name: \textbf{powers}\\
\phantom{aaa}special value for global state \textbf{display}\\[0.2cm]
\noindent Library names:\\
\verb| sollya_obj_t sollya_lib_powers()|\\
\verb| int sollya_lib_is_powers(sollya_obj_t)|\\[0.2cm]
\noindent Description: \begin{itemize}
\item \textbf{powers} is a special value used for the global state \textbf{display}. If
the global state \textbf{display} is equal to \textbf{powers}, all data will be
output in dyadic notation with numbers displayed in a Maple and
PARI/GP compatible format.
As any value it can be affected to a variable and stored in lists.
\end{itemize}
See also: \textbf{decimal} (\ref{labdecimal}), \textbf{dyadic} (\ref{labdyadic}), \textbf{hexadecimal} (\ref{labhexadecimal}), \textbf{binary} (\ref{labbinary}), \textbf{display} (\ref{labdisplay})
|