#Product Semantics:unsupported Rounding Parity
Functions marked with Product Semantics:unsupported Rounding Parity, grouped from the generated Determica catalog for fast scanning across related workflows.
- fixed_div Computes fixed-point division as x * scale / y with a full 512-bit intermediate product. The caller owns the units and scale: this function does not require decimal, WAD, or Q-format inputs. It is pure and deterministic despite remaining registered VOLATILE for compatibility. NULL input propagates to NULL. A zero y or a rounded quotient above UINT256 raises an error.Scalar · Fixed-point and AMM math
- fixed_mul Computes fixed-point multiplication as x * y / scale with a full 512-bit intermediate product. The caller owns the units and scale: this function does not require decimal, WAD, or Q-format inputs. It is pure and deterministic despite remaining registered VOLATILE for compatibility. NULL input propagates to NULL. A zero scale or a rounded quotient above UINT256 raises an error.Scalar · Fixed-point and AMM math