Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testbugfix/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 548 B image not shown  

Quelle  2018-03-27-float-group.tst   Sprache: unbekannt

 
# Disallow creating groups with non-associative generators.
# See issue #823
gap> Group(2.0);
#I  no groups of floats allowed because of incompatible ^
Error, usage: Group(<gen>,...), Group(<gens>), Group(<gens>,<id>)
gap> Group(2.0,3.0);
#I  no groups of floats allowed because of incompatible ^
Error, usage: Group(<gen>,...), Group(<gens>), Group(<gens>,<id>)
gap> Group([], 1.0);
<trivial group>
gap> Group([2.0], 1.0);
#I  no groups of floats allowed because of incompatible ^
Error, usage: Group(<gen>,...), Group(<gens>), Group(<gens>,<id>)

[ Dauer der Verarbeitung: 0.8 Sekunden  (vorverarbeitet)  ]