Correct rounding of configured posit pi-scaled trigonometric operations #
The configured pi-scaled operations inherit the model's real-rounding theorems through any
lawful storage codec. Separate equations cover NaR inputs, inverse-function domain failures,
and the half-integer poles of tanPi.
Configured sine refines the model operation.
Configured cosine refines the model operation.
Configured tangent refines the model operation.
Configured inverse sine refines the model operation.
Configured inverse cosine refines the model operation.
Configured inverse tangent refines the model operation.
Configured sine rounds the exact real result once.
Configured cosine rounds the exact real result once.
Configured tangent rounds the exact real result once.
Configured inverse sine includes both real-domain endpoints.
Configured inverse cosine includes both real-domain endpoints.
Configured inverse tangent rounds its exact principal value.
NaR propagates through configured sine.
NaR propagates through configured cosine.
NaR propagates through configured tangent.
NaR propagates through configured inverse sine.
NaR propagates through configured inverse cosine.
NaR propagates through configured inverse tangent.
Configured inverse sine rejects the exterior of its real domain.
Configured inverse cosine rejects the exterior of its real domain.
Configured pi-scaled tangent rejects every half-integer pole.