File: Strings.gd

package info (click to toggle)
gap-radiroot 2.9-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 556 kB
  • sloc: makefile: 117; sh: 12
file content (25 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (3)
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
#############################################################################
####
##
#W  Strings.gd                RADIROOT package                Andreas Distler
##
##  Declaration file for the functions that generate Tex-strings
##
#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