FLOATING Documentation
This directory contains the English documentation baseline for floating 0.3.0.
Core Documents
Numeric Packages
bin_floatanddecimalimplement checked scalar capability traits fromLuna-Flow/arithmetic.ball_floatimplements enclosure relations plus checked division and checked integer power, without a fake total ordering.bin_float_result,decimal_result, andball_float_resultwrap checked arithmetic as closedResult-valued numeric composition.The result wrappers model endomorphisms and Kleisli-style composition; observer APIs such as checked comparisons remain separate.
ball_float_resultpreserves whole-real enclosure fallback for division by zero-containing intervals instead of converting that case intoErr.This repository does not reintroduce transcendental layers, calculus, matrices, complex numbers, or special functions in this integration pass.