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

Quelle  head0.v   Sprache: Coq

 
Require Import PrimInt63.

Set Implicit Arguments.

Open Scope uint63_scope.

Check (eq_refl : head0 3 = 61).
Check (eq_refl 61 <: head0 3 = 61).
Check (eq_refl 61 <<: head0 3 = 61).
Definition compute1 := Eval compute in head0 3.
Check (eq_refl compute1 : 61 = 61).

Check (eq_refl : head0 4611686018427387904 = 0).
Check (eq_refl 0 <: head0 4611686018427387904 = 0).
Check (eq_refl 0 <<: head0 4611686018427387904 = 0).
Definition compute2 := Eval compute in head0 4611686018427387904.
Check (eq_refl compute2 : 0 = 0).

Check (eq_refl : head0 0 = 63).
Check (eq_refl 63 <: head0 0 = 63).
Check (eq_refl 63 <<: head0 0 = 63).
Definition compute3 := Eval compute in head0 0.
Check (eq_refl compute3 : 63 = 63).

Messung V0.5
C=96 H=97 G=96

¤ 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 und die Messung sind noch experimentell.