Function smartnoise_runtime::utilities::combine_components_into_ieee[][src]

pub fn combine_components_into_ieee(
    (sign, exponent, mantissa): (String, String, String)
) -> String

Combines String versions of sign, exponent, and mantissa into a single IEEE-754 64-bit floating-point representation.

Arguments

Return

Concatenation of sign, exponent, and mantissa.