Skip to main content

encode_single

Function encode_single 

Source
pub fn encode_single<F: ALPFloat>(
    value: F,
    exponents: Exponents,
) -> Option<F::ALPInt>
Expand description

Encodes a single value, returning None if it does not round-trip under exponents.