Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/factint/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 15.10.2019 mit Größe 933 B image not shown  

Quelle  read.g   Sprache: unbekannt

 
#############################################################################
##
#W  read.g                 GAP4 Package `FactInt'                 Stefan Kohl
##
##  Read the implementation part of the package.
##
#############################################################################

ReadPackage( "factint", "tables/3k2k.g" );
ReadPackage( "factint", "tables/akbk.g" );
ReadPackage( "factint", "tables/factorial.g" );
ReadPackage( "factint", "tables/fibo.g" );
ReadPackage( "factint", "tables/primorial.g" );

ReadPackage( "factint", "lib/general.gi" );
ReadPackage( "factint", "lib/pminus1.gi" );
ReadPackage( "factint", "lib/pplus1.gi" );
ReadPackage( "factint", "lib/ecm.gi" );
ReadPackage( "factint", "lib/cfrac.gi" );
ReadPackage( "factint", "lib/mpqs.gi" );

#############################################################################
##
#E  read.g . . . . . . . . . . . . . . . . . . . . . . . . . . . .  ends here

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]