File: Strings.gd

package info (click to toggle)
gap-radiroot 2.7-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 29
  • sloc: makefile: 113; sh: 12
file content (27 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#############################################################################
####
##
#W  Strings.gd                RADIROOT package                Andreas Distler
##
##  Declaration file for the functions that generate Tex-strings
##
#H  $Id$
##
#Y  2006
##


DeclareGlobalFunction( "RR_Radikalbasis" );
DeclareGlobalFunction( "RR_BruchAlsString" );
DeclareGlobalFunction( "RR_KoeffizientAlsString" );
DeclareGlobalFunction( "RR_WurzelAlsString" );
DeclareGlobalFunction( "RR_ZahlAlsString" );
DeclareGlobalFunction( "RR_PolyAlsString" );
DeclareGlobalFunction( "RR_TexFile" );
DeclareGlobalFunction( "RR_Display" );
DeclareGlobalFunction( "RR_NstInDatei" );


#############################################################################
##
#E