Numeric Refinement

smith_utils.numeric.parse_currency_value(val: str | float | None, sep: str = ',', decimal: str = '.', relaxed: bool = False) float | str[source]
smith_utils.numeric.parse_numeric_value(val: str | float | None, sep: str = ',', decimal: str = '.', relaxed: bool = False) float | str[source]