login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for PerCent revision 3 of 3

1 2 3
Editor: test1
Time: 2018/02/17 16:09:51 GMT+0
Note:

changed:
-There are some identifiers in Axiom that start with a percent sign.
There are some identifiers in FriCAS that start with a percent sign.

There are some identifiers in FriCAS that start with a percent sign.

fricas
)set output algebra on
%pi
(1) %pi

\label{eq1}\pi(1)
Type: Pi
fricas
%i
(2) %i

\label{eq2}i(2)
Type: Complex(Integer)
fricas
%e
(3) %e

\label{eq3}e(3)
Type: Expression(Integer)
fricas
%infinity
(4) infinity

\label{eq4}\infty(4)
Type: OnePointCompletion?(Integer)
fricas
%plusInfinity
(5) + infinity

\label{eq5}+ \infty(5)
Type: OrderedCompletion?(Integer)
fricas
%minusInfinity
(6) - infinity

\label{eq6}- \infty(6)
Type: OrderedCompletion?(Integer)