Coverage for local/lib/python2.7/site-packages/sage/libs/gap/all_documented_functions.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" All Documented GAP Functions
This Python module contains all documented GAP functions, they can be thought of as the official API of GAP.
EXAMPLES::
sage: from sage.libs.gap.all_documented_functions import * sage: DihedralGroup(8) <pc group of size 8 with 3 generators> sage: GeneratorsOfGroup(_) [ f1, f2, f3 ] sage: List(_, Order) [ 2, 4, 2 ] """
|