1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
\subsection{binary}
\label{labbinary}
\noindent Name: \textbf{binary}\\
\phantom{aaa}special value for global state \textbf{display}\\[0.2cm]
\noindent Library names:\\
\verb| sollya_obj_t sollya_lib_binary()|\\
\verb| int sollya_lib_is_binary(sollya_obj_t)|\\[0.2cm]
\noindent Description: \begin{itemize}
\item \textbf{binary} is a special value used for the global state \textbf{display}. If
the global state \textbf{display} is equal to \textbf{binary}, all data will be
output in binary notation.
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{powers} (\ref{labpowers}), \textbf{hexadecimal} (\ref{labhexadecimal}), \textbf{display} (\ref{labdisplay})
|