parse_dec_float

Function parse_dec_float 

Source
fn parse_dec_float(
    input: &str,
    kind: Option<FloatKind>,
) -> Result<Number, NumberError>