vtype
uc()
で生成された不定元 (_0
, _1
, _2
, ... etc)
sin(x)
, log(a+1)
, acosh(1)
, @pi
, @e
, ... etc)
sin
, log
, ... etc)
a();
を実行(通常ではエラー)しただけでも ntype(a)
は 3 となる.
すなわち a
はユーザ定義函数子とみなされる.
@pi
, @e
は不定元として扱われるが, eval()
, pari()
においては数として扱われる.
type
, section ntype
, section uc
.
Go to the first, previous, next, last section, table of contents.