IndexCardΒΆ
alql.spad line 28 [edit on github]
This domain implements a container of information about the FriCAS library
- <=: (%, %) -> Boolean
from PartialOrder
- <: (%, %) -> Boolean
from PartialOrder
- >=: (%, %) -> Boolean
from PartialOrder
- >: (%, %) -> Boolean
from PartialOrder
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: String -> %
coerce(s)
convertss
into anIndexCard
. Warning: ifs
is not of the right format then an error will occur when using it.
- display: % -> Void
display(ic)
prints a summary of the information contained inic
.
- elt: (%, Symbol) -> String
elt(ic, s)
selects a particular field fromic
. Valid fields arename, nargs, exposed, type, abbreviation, kind, origin, params, condition, doc
.
- fullDisplay: % -> Void
fullDisplay(ic)
prints all of the information contained inic
.
- latex: % -> String
from SetCategory
- max: (%, %) -> %
from OrderedSet
- min: (%, %) -> %
from OrderedSet
- smaller?: (%, %) -> Boolean
from Comparable