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

Quelle  2005-08-10-t00086.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 2005/08/10 (TB)
#
# Up to now, the method installed for testing the membership of rationals
# in the field of rationals via <span class="code">IsRat</span>
# was not called; instead a more general method was used that called
# <span class="code">Conductor</span> and thus was much slower.
# Now the special method has been ranked up by changing the requirements
# in the method installation.
gap> ApplicableMethod( \in, [ 1, Rationals ] );
function( x, Rationals ) ... end

[ Dauer der Verarbeitung: 0.31 Sekunden  ]