Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563554 views
1
2
1 Sectioning Elements
3
4
Text before the section 1.1. (→ B.2)
5
6
7
1.1 Normal subsections
8
9
[→ B.3]
10
11
12
1.1-1 A subsection
13
14
This is text in the first subsection.
15
16
17
1.1-2 Another subsection
18
19
This is text in the second subsection. This subsection has a label, such
20
that one can reference it.
21
22
23
1.2 ManSections
24
25
[→ B.4]
26
27
1.2-1 f
28
29
f( x[, y] )  function
30
Returns: an element in IsBlubb (1.2-8) or fail.
31
32
This function calculates something.
33
34
1.2-2 \^\{\}\[\]\<\&
35
36
\^\{\}\[\]\<\&( c )  method
37
38
This method is for an operation with a tricky name.
39
40
1.2-3 MyOperation
41
42
MyOperation( x )  operation
43
44
The operation MyOperation operates on x.
45
46
1.2-4 MyOperation
47
48
MyOperation( x )  method
49
50
This method calculates something by the generic method.
51
52
1.2-5 MyOperation
53
54
MyOperation( x[, good_hint] )  method
55
56
This is the super-fast method for the operation MyOperation (1.2-3) if the
57
argument x is in the representation IsBla (1.2-7). It will become even
58
faster if the optional argument good_hint is given.
59
60
1.2-6 MyConstructor
61
62
MyConstructor( filt, x )  constructor
63
64
The constructor MyConstructor constructs from x an object in filt.
65
66
1.2-7 IsBla
67
68
IsBla( obj )  representation
69
70
For objects in this representation there is a super-fast method (see
71
MyOperation (1.2-5)) for the operation MyOperation (1.2-3).
72
73
1.2-8 IsBlubb
74
75
IsBlubb( obj )  property
76
77
A property.
78
79
1.2-9 NumberBlobbs
80
81
NumberBlobbs( obj )  attribute
82
83
An attribute. Number of blobbs.
84
85
1.2-10 AllBlibbs
86
87
AllBlibbs global variable
88
89
This global variable holds a list of all blibbs.
90
91
1.2-11 BlibbsFamily
92
93
BlibbsFamily family
94
95
Family of all blibbs.
96
97
1.2-12 InfoBlibbs
98
99
InfoBlibbs info class
100
101
This info class is used throughout the library of blibbs.
102
103
104