diff --git a/toolkits/math/arcade_math/tools/miscellaneous.py b/toolkits/math/arcade_math/tools/miscellaneous.py index 0f414897..3a990903 100644 --- a/toolkits/math/arcade_math/tools/miscellaneous.py +++ b/toolkits/math/arcade_math/tools/miscellaneous.py @@ -36,7 +36,6 @@ def sqrt( ) -> Annotated[str, "The square root of the number as a string"]: """ Get the square root of a number - If """ # Use Decimal for arbitrary precision a_decimal = Decimal(a)