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

Quelle  sub.v   Sprache: Coq

 
Require Import PrimInt63.

Set Implicit Arguments.

Open Scope uint63_scope.

Check (eq_refl : sub 3 2 = 1).
Check (eq_refl 1 <: sub 3 2 = 1).
Check (eq_refl 1 <<: sub 3 2 = 1).
Definition compute1 := Eval compute in sub 3 2.
Check (eq_refl compute1 : 1 = 1).

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

100%


¤ Dauer der Verarbeitung: 0.3 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.