File: Maple.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 (23 lines) | stat: -rw-r--r-- 663 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
#############################################################################
####
##
#W  Maple.gd                RADIROOT package                Andreas Distler
##
##  Declaration file for the functions that generate maple-strings
##
#Y  2006
##


DeclareGlobalFunction( "RR_M_Radikalbasis" );
DeclareGlobalFunction( "RR_M_KoeffizientAlsString" );
DeclareGlobalFunction( "RR_M_WurzelAlsString" );
DeclareGlobalFunction( "RR_M_ZahlAlsString" );
DeclareGlobalFunction( "RR_M_PolyAlsString" );
DeclareGlobalFunction( "RR_MapleFile" );
DeclareGlobalFunction( "RR_M_NstInDatei" );


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