vtype
uc()
(_0
, _1
, _2
, ... etc.)
sin(x)
, log(a+1)
, acosh(1)
, @pi
, @e
, ... etc.)
sin
, log
, ... etc)
a();
' will cause an error, but it changes
the system database for identifiers. After this error, you will find
`vtype(a)
' will result 3. (Identifier a
is registered as
a user defined functor).
@pi
and @e
are treated as indeterminates,
whereas they are treated as numbers within functions eval()
and
pari()
.
type
, section ntype
, section uc
.
Go to the first, previous, next, last section, table of contents.