JLTypeΒΆ

julia.spad line 1 [edit on github]

Parent category of JL domains.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

convert: % -> String

from ConvertibleTo String

latex: % -> String

from SetCategory

string: % -> String

string(jt) returns the string representation of jt.

BasicType

CoercibleTo OutputForm

ConvertibleTo String

SetCategory