MJos Predictive Model | First manifestation of the Bangel Language
Terminology revised ยท September 12 evidence
Later individual Teal rerun. The reported execution status is historical and is not a new test result.
TEAL LIBRARY RERUN | 12 SEPTEMBER 2026 | Michael Patrick Bangel
59
TEAL-RERUN-03-B003 | SOURCE_LOGIC_INDEXED
TR-MOD-BANGEL-482C52E92C / Bangel /
language/dotnet/Bangel.Numerics/BangelDecimal.cs
IF
This Numeric / typed values module is imported or its declared interface is invoked. Declared surface includes:
public sealed class BangelNumericException(BangelNumericError error, string message); public static
BangelDecimal Zero { get; } = new(BigInteger.Zero, 0);; public static BangelDecimal One { get; } =
new(BigInteger.One, 0);; private BangelDecimal(BigInteger coefficient, int exponent, bool negativeZero =
false); public static BangelDecimal Parse(string text) => ParseBounded(text, MaximumLiteralCharacters,
MaximumLiteralExponent);
HOW
Use the exact numeric and dimensional rules of this module; keep typed unknown, signed values and
source-specific bounds distinct. The complete terminology-edited 397-line source is preserved with SHA-256
300e160e880099f0f7067d201ee039a776a551c6c3097b6e33d7343df3549e41. 44 extracted
function/declaration entries are separately indexed, including exact Python bodies and guards where
available.
THEN
Follow the exact returned values, diagnostics and state effects in the preserved implementation. Module
inclusion and syntax extraction are documentary coverage; they do not prove every branch or cross-host
behavior.
CURRENT EVIDENCE
Fresh related Python suites and per-profile/water results are included. Native C#/.NET, C++/Rust/R
compilation and physical devices were not executed in this environment.
REMAINING REQUIREMENT
Map unverified branches and native-host behavior to source-specific evidence before assigning a complete verification verdict.
SOURCE REFERENCES
bangel:language/dotnet/Bangel.Numerics/BangelDecimal.cs