File: read.g

package info (click to toggle)
gap-congruence 1.2.7-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 928 kB
  • sloc: xml: 1,000; javascript: 155; makefile: 108
file content (14 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################################################################
##
#W read.g                  The Congruence package                   Ann Dooms
#W                                                               Eric Jespers
#W                                                         Olexandr Konovalov
#W                                                             Helena Verrill
##
##
#############################################################################

# read the implementation part of the Congruence package
ReadPackage( "congruence", "lib/cong.gi" );
ReadPackage( "congruence", "lib/farey.gi" );
ReadPackage( "congruence", "lib/random.gi" );