Function determine_sign
pub(in ::num::imp::flt2dec) fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str
Returns the static byte string corresponding to the sign to be formatted.
It can be either "", "+" or "-".