Function determine_sign

Source
fn determine_sign(
    sign: Sign,
    decoded: &FullDecoded,
    negative: bool,
) -> &'static str
🔬This is a nightly-only experimental API. (flt2dec)
Expand description

Returns the static byte string corresponding to the sign to be formatted. It can be either "", "+" or "-".