Name:
on
special value for certain global variables.
Library names:
sollya_obj_t sollya_lib_on()
int sollya_lib_is_on(sollya_obj_t)
Description:
on
is a special value used to activate certain functionnalities of Sollya.
As any value it can be affected to a variable and stored in lists.
Example 1:
> p=1+x+x^2;
> mode=on;
> p;
1 + x * (1 + x)
> canonical=mode;
Canonical automatic printing output has been activated.
> p;
1 + x + x^2
See also:
off
,
autosimplify
,
canonical
,
timing
,
fullparentheses
,
midpointmode
,
rationalmode
,
roundingwarnings
,
timing
,
dieonerrormode