Require Import TestSuite.sint63.
Set Implicit Arguments .
Open Scope sint63_scope.
Check (eq_refl : mods 6 3 = 0 ).
Check (eq_refl 0 <: mods 6 3 = 0 ).
Check (eq_refl 0 <<: mods 6 3 = 0 ).
Definition compute1 := Eval compute in mods 6 3 .
Check (eq_refl compute1 : 0 = 0 ).
Check (eq_refl : mods (-6 )%sint63 3 = 0 ).
Check (eq_refl 0 <: mods (-6 )%sint63 3 = 0 ).
Check (eq_refl 0 <<: mods (-6 )%sint63 3 = 0 ).
Definition compute2 := Eval compute in mods (-6 )%sint63 3 .
Check (eq_refl compute2 : 0 = 0 ).
Check (eq_refl : mods 6 (-3 )%sint63 = 0 ).
Check (eq_refl 0 <: mods 6 (-3 )%sint63 = 0 ).
Check (eq_refl 0 <<: mods 6 (-3 )%sint63 = 0 ).
Definition compute3 := Eval compute in mods 6 (-3 )%sint63.
Check (eq_refl compute3 : 0 = 0 ).
Check (eq_refl : mods (-6 )%sint63 (-3 )%sint63 = 0 ).
Check (eq_refl 0 <: mods (-6 )%sint63 (-3 )%sint63 = 0 ).
Check (eq_refl 0 <<: mods (-6 )%sint63 (-3 )%sint63 = 0 ).
Definition compute4 := Eval compute in mods (-6 )%sint63 (-3 )%sint63.
Check (eq_refl compute4 : 0 = 0 ).
Check (eq_refl : mods 5 3 = 2 ).
Check (eq_refl 2 <: mods 5 3 = 2 ).
Check (eq_refl 2 <<: mods 5 3 = 2 ).
Definition compute5 := Eval compute in mods 5 3 .
Check (eq_refl compute5 : 2 = 2 ).
Check (eq_refl : mods (-5 )%sint63 3 = -2 ).
Check (eq_refl (-2 ) <: mods (-5 )%sint63 3 = -2 ).
Check (eq_refl (-2 ) <<: mods (-5 )%sint63 3 = -2 ).
Definition compute6 := Eval compute in mods (-5 )%sint63 3 .
Check (eq_refl compute6 : -2 = -2 ).
Check (eq_refl : mods 5 (-3 )%sint63 = 2 ).
Check (eq_refl 2 <: mods 5 (-3 )%sint63 = 2 ).
Check (eq_refl 2 <<: mods 5 (-3 )%sint63 = 2 ).
Definition compute7 := Eval compute in mods 5 (-3 )%sint63.
Check (eq_refl compute7 : 2 = 2 ).
Check (eq_refl : mods (-5 )%sint63 (-3 )%sint63 = -2 ).
Check (eq_refl (-2 ) <: mods (-5 )%sint63 (-3 )%sint63 = -2 ).
Check (eq_refl (-2 ) <<: mods (-5 )%sint63 (-3 )%sint63 = -2 ).
Definition compute8 := Eval compute in mods (-5 )%sint63 (-3 )%sint63.
Check (eq_refl compute8 : -2 = -2 ).
Messung V0.5 in Prozent C=91 H=99 G=94
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-06-04)
¤
*© Formatika GbR, Deutschland