Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
GAP
/
pkg
/
recog
/
tst
/
working
/
quick
/ (
Algebra von RWTH Aachen
Version 4.15.1
©
) Datei vom 22.0.2025 mit Größe 152 B
Quelle Methods.tst Sprache: unbekannt
#@local f, m
gap> f := x->x;;
gap> m := RecogMethod("yada", "comment", f);
<RecogMethod "yada": function( x ) ... end>
gap> CallRecogMethod(m, [1]);
1
[ Dauer der Verarbeitung: 0.13 Sekunden (vorverarbeitet)
]
2026-04-04