Google

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


flist

flist()
:: 現在定義されている函数名を文字列リストとして返す.
return
文字列のリスト
  • 現在定義されている組み込み函数, ユーザ定義函数の函数名を文字列リスト として返す.
  • システム函数の後にユーザ定義函数が続く.
[77] flist();
[defpoly,newalg,mainalg,algtorat,rattoalg,getalg,alg,algv,...]


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