File: powers.tex

package info (click to toggle)
sollya 8.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,540 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (17 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (4)
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})