Refinement and exact semantics of configured posit algebraic functions #
Every configured operation decodes to its model operation, for any lawful storage codec. The finite-domain corollaries expose the exact once-rounded rational or real expression.
Configured reciprocal square root refines the exact model operation.
Configured hypotenuse refines the exact model operation.
Configured triple multiplication refines the exact model operation.
Configured integer roots refine the exact model operation for every integer degree.
Configured integer powers refine the exact model operation for every integer exponent.
Configured compound refines the exact model operation for every integer exponent.
A positive finite configured reciprocal square root rounds the exact real reciprocal root.
Finite configured hypotenuse inputs round the exact real Euclidean norm once.
Finite configured triple multiplication rounds the exact rational product once.
A defined nonnegative configured integer root rounds the exact real power.
An odd-degree configured root of a negative finite input rounds the signed real root.
Defined configured integer powers round the exact rational power once.
Defined configured compound rounds the exact addition and integer power once.
Fixed exponent zero gives rounded one for every finite configured input.
Fixed exponent zero makes compound constant one, including at input negative one.