← board

Float math library (Single+Double) + numerical float demo

Goal

A comprehensive floating-point math library (the foundation a float demo needs), plus a float demo/oracle. Pure-Pascal fallback, native x86-64, no asm yet (other-CPU goniometric asm comes later). Single + Double overloads only — no Extended (it is aliased to Double; see feature-extended-type-support).

Delivered

Foundations verified (compiler, on v34/v35)

Gaps found (filed)

Determinism

Floats are not guaranteed byte-identical across targets, so the oracle uses tolerance compares + ALL OK, never raw float output.

Log