File: off.tex

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
file content (29 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\subsection{off}
\label{laboff}
\noindent Name: \textbf{off}\\
\phantom{aaa}special value for certain global variables.\\[0.2cm]
\noindent Library names:\\
\verb|   sollya_obj_t sollya_lib_off()|\\
\verb|   int sollya_lib_is_off(sollya_obj_t)|\\[0.2cm]
\noindent Description: \begin{itemize}

\item \textbf{off} is a special value used to deactivate certain functionnalities
   of \sollya.

\item As any value it can be affected to a variable and stored in lists.
\end{itemize}
\noindent Example 1: 
\begin{center}\begin{minipage}{15cm}\begin{Verbatim}[frame=single]
> canonical=on;
Canonical automatic printing output has been activated.
> p=1+x+x^2;
> mode=off;
> p;
1 + x + x^2
> canonical=mode;
Canonical automatic printing output has been deactivated.
> p;
1 + x * (1 + x)
\end{Verbatim}
\end{minipage}\end{center}
See also: \textbf{on} (\ref{labon}), \textbf{autosimplify} (\ref{labautosimplify}), \textbf{canonical} (\ref{labcanonical}), \textbf{timing} (\ref{labtiming}), \textbf{fullparentheses} (\ref{labfullparentheses}), \textbf{midpointmode} (\ref{labmidpointmode}), \textbf{rationalmode} (\ref{labrationalmode}), \textbf{roundingwarnings} (\ref{labroundingwarnings}), \textbf{timing} (\ref{labtiming}), \textbf{dieonerrormode} (\ref{labdieonerrormode})