Variable symΒΆ

variable.spad line 30 [edit on github]

This domain implements variables

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: % -> Symbol

coerce(x) returns the symbol

latex: % -> String

from SetCategory

variable: () -> Symbol

variable() returns the symbol

BasicType

CoercibleTo OutputForm

CoercibleTo Symbol

SetCategory