File: binary.tex

package info (click to toggle)
sollya 6.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,376 kB
  • ctags: 5,132
  • sloc: ansic: 120,010; yacc: 8,738; lex: 2,494; makefile: 854; cpp: 76
file content (16 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (4)
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})