Resolve "release v2.3.0"
Compare changes
- leufen1 authored
+ 18
− 2
@@ -123,7 +123,7 @@ def float_round(number: float, decimals: int = 0, round_type: Callable = math.ce
@@ -135,7 +135,23 @@ def relative_round(x: float, sig: int) -> float: