Skip to main content

unscale_i_pair_masked

Function unscale_i_pair_masked 

Source
pub fn unscale_i_pair_masked<P, V>(a: V, b: V, z: V, far: V::Mask) -> (V, V)
Expand description

unscale_i_pair with the far mask supplied, for an arithmetic where “far” is not a plain comparison: over C it is Re z >= threshold, and z itself is the exponent.

Last built: 2026-09-08 21:35:55 UTC