Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/thelma/lib/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 3.2.2022 mit Größe 794 B image not shown  

Quelle  threl_def.gd   Sprache: unbekannt

 
#############################################################################
##
#W  threl_def.gd                         Victor Bovdi <vbovdi@gmail.com>
#W                                       Vasyl Laver  <vasyllaver@uzhnu.edu.ua>
##
##
#Y  Copyright (C)  2018,  UAE University, UAE
##
#############################################################################
##
##  This file declares the category of threshold elements.
##

DeclareCategory( "IsThresholdElementObj", IsObject );
DeclareCategoryCollections( "IsThresholdElementObj" );
DeclareGlobalFunction( "ThresholdElement" );
DeclareGlobalFunction( "OutputOfThresholdElement" );
DeclareGlobalFunction( "StructureOfThresholdElement" );
DeclareGlobalFunction( "IsThresholdElement" );
DeclareGlobalFunction( "RandomThresholdElement" );

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]