Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/semigroups/gap/fp/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 592 B image not shown  

Quelle  word.gd   Sprache: unbekannt

 
#############################################################################
##
##  fp/word.gd
##  Copyright (C) 2020-2022                                 Maria Tsalakou
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

DeclareOperation("WordToString", [IsString, IsList]);
DeclareOperation("RandomWord", [IsInt, IsInt]);
DeclareOperation("StandardiseWord", [IsHomogeneousList]);
DeclareSynonym("StandardizeWord", StandardiseWord);
DeclareOperation("StringToWord", [IsString]);

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]