fix: Typo in Sqrt tool description (#378)
This commit is contained in:
parent
3e35c70f85
commit
e46b985cc9
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ def sqrt(
|
||||||
) -> Annotated[str, "The square root of the number as a string"]:
|
) -> Annotated[str, "The square root of the number as a string"]:
|
||||||
"""
|
"""
|
||||||
Get the square root of a number
|
Get the square root of a number
|
||||||
If
|
|
||||||
"""
|
"""
|
||||||
# Use Decimal for arbitrary precision
|
# Use Decimal for arbitrary precision
|
||||||
a_decimal = Decimal(a)
|
a_decimal = Decimal(a)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue