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 313 B image not shown  

Quelle  2022-10-18-RewriteVec8Bit.tst   Sprache: unbekannt

 
Untersuchungsergebnis.tst Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

# avoid crashes when converting certain compressed vectors
# see <https://github.com/gap-system/gap/issues/5123>

#
gap> v:= [ 0 * Z(2) ];;
gap> ConvertToVectorRep( v, 4 );
4
gap> ConvertToVectorRep( v, 8 );
8

#
gap> v:= [ 0 * Z(2) ];;
gap> ConvertToVectorRep( v, 4 );
4
gap> CopyToVectorRep( v, 8 );
[ 0*Z(2) ]

[ zur Elbe Produktseite wechseln0.80Quellennavigators  ]