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

Quelle  lsl.v   Sprache: Coq

 
Require Import PrimInt63.

Set Implicit Arguments.

Open Scope uint63_scope.

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

Check (eq_refl : lsl 2 62 = 0).
Check (eq_refl 0 <: lsl 2 62 = 0).
Check (eq_refl 0 <<: lsl 2 62 = 0).
Definition compute2 := Eval compute in lsl 2 62.
Check (eq_refl compute2 : 0 = 0).

Check (eq_refl : lsl 9223372036854775807 64 = 0).
Check (eq_refl 0 <: lsl 9223372036854775807 64 = 0).
Check (eq_refl 0 <<: lsl 9223372036854775807 64 = 0).
Definition compute3 := Eval compute in lsl 9223372036854775807 64.
Check (eq_refl compute3 : 0 = 0).

Messung V0.5
C=93 H=96 G=94

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