Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/primitive/uint63/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 612 B image not shown  

Quelle  unsigned.v   Sprache: Coq

 
(* This file checks that operations over int63 are unsigned. *)
Require Import PrimInt63.

Open Scope uint63_scope.

(* (0-1) must be the maximum integer value and not negative 1 *)

Check (eq_refl : div 1 (sub 0 1) = 0).
Check (eq_refl 0 <: div 1 (sub 0 1) = 0).
Check (eq_refl 0 <<: div 1 (sub 0 1) = 0).
Definition compute1 := Eval compute in div 1 (sub 0 1).
Check (eq_refl compute1 : 0 = 0).

Check (eq_refl : mod 3 (sub 0 1) = 3).
Check (eq_refl 3 <: mod 3 (sub 0 1) = 3).
Check (eq_refl 3 <<: mod 3 (sub 0 1) = 3).
Definition compute2 := Eval compute in mod 3 (sub 0 1).
Check (eq_refl compute2 : 3 = 3).

100%


¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.