Go to the first, previous, next, last section, table of contents.
- type(obj)
-
:: obj の 型 (整数) を返す.
- return
-
整数
- obj
-
任意
-
obj の 型の値は次の通り.
- 0
-
0
- 1
-
数
- 2
-
多項式 (数でない)
- 3
-
有理式 (多項式でない)
- 4
-
リスト
- 5
-
ベクトル
- 6
-
行列
- 7
-
文字列
- 8
-
構造体
- 9
-
分散表現多項式
- 10
-
32bit 符号なし整数
- 11
-
エラーオブジェクト
- 12
-
GF(2) 上の行列
- 13
-
MATHCAP オブジェクト
- 14
-
一階述語論理式
- -1
-
VOID オブジェクト
-
数の型を求めるには,
ntype
を用いる.
不定元の型を求めるには, vtype
を用いる.
- 参照
-
section
ntype
, section vtype
.
Go to the first, previous, next, last section, table of contents.