Go to the first, previous, next, last section, table of contents.


vars

vars(obj)
:: obj に含まれる変数のリスト.
return
リスト
obj
任意
[0] vars(x^2+y^2+a^2);
[x,y,a]
[1] vars(3/abc+2*xy/efg);
[abc,xy,efg]
[2] vars([x,y,z]);
[x,y,z]
参照
section var, section uc, section ord.


Go to the first, previous, next, last section, table of contents.