pub fn parse_dec(
    vs: &str,
    min: Option<&FPDecimal>,
    max: Option<&FPDecimal>,
    range_ends: RangeEnds
) -> Result<FPDecimal, StdError>