File: binary.tex

package info (click to toggle)
sollya 8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,592 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
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})