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

Quelle  Iterated.gd   Sprache: unbekannt

 
#############################################################################
##
#W  Iterated.gd             FGA package                    Christian Sievers
##
##  Declarations for variants of Iterated
##
##  Maybe this should move to the GAP library
##
#Y  2003 - 2012
##

#############################################################################
##
#O  IteratedF( <list>, <func> )
##
##  applies <func> to <list> iteratively as Iterated does, but stops
##  and returns fail when <func> returns fail.
##
DeclareOperation( "IteratedF", [ IsList, IsFunction ] );


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

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]