Documentation
ADD_TOPIC
add_topic(Function f, Charstring topic) -> Topic
STABLE
Add topic to function f
ALLTOPICS
alltopics( ) -> Bag of Topic
STABLE
All topics in database
APROPOS
apropos(Charstring str) -> Bag of Function
STABLE
Functions whose names contain str
AUTO_COMPLETE
auto_complete(Charstring prefix) -> Vector of Record
STABLE
No description.
CREATE_TOPIC
create_topic(Charstring tn) -> Topic t
STABLE
Create a new topic named tn
CURRENT_TOPICS
current_topics(Vector of Charstring tn) -> Bag of Topic
STABLE
Associate topics in tn with succeeding function definitions
DOC
doc(Function fn) -> Bag of Charstring
STABLE
Documentation of function fn
doc(Charstring fn) -> Bag of Charstring
STABLE
Documentation of resolvents of functions matching string pattern fn
doc(Topic t) -> Charstring
STABLE
Documentation of functions in topic t
FUNCTIONS
functions(Topic t) -> Bag of Function
STABLE
The functions associated with topic t
MDDOC
mddoc(Function fn) -> Bag of Charstring
STABLE
Documentation of function fn in Markdown format.
mddoc(Charstring fn) -> Bag of Charstring
STABLE
Documentation of function named fn in Markdown format.
mddoc(Topic t) -> Charstring
STABLE
Documentation of functions in topic t as Markdown
NAME
name(Topic t) -> Charstring nm
STABLE
The name of topic t
SOURCECODE
sourcecode(Function f) -> Bag of Charstring
STABLE
Source code of function f
sourcecode(Charstring fn) -> Bag of Charstring
STABLE
Source code of resolvents whose generic names match string pattern fn
sourcecode(Type t) -> Charstring
STABLE
Source code to of user defined type t
TOPICS
topics(Function f) -> Bag of Topic
STABLE
The topics associated with function f
TOPIC_INTRO
topic_intro(Charstring topic_name) -> Charstring
STABLE
No description.
TOPIC_NAMED
topic_named(Charstring tn) -> Topic
STABLE
Get the topic named tn
VISIBLE
visible(Function f)
STABLE
True if object f is not a hidden function
