There are some identifiers in FriCAS that start with a percent sign. fricas (1) -> )set output algebra on
Type: PiDomain?
fricas %i
Type: Complex(Integer)
fricas %e
Type: Expression(Integer)
fricas %infinity
Type: OnePointCompletion?(Integer)
fricas %plusInfinity
Type: OrderedCompletion?(Integer)
fricas %minusInfinity
Type: OrderedCompletion?(Integer)
|