We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993e4fe commit 50f58fcCopy full SHA for 50f58fc
mathparse/mathparse.py
@@ -30,7 +30,6 @@ def is_int(string: str) -> bool:
30
def is_float(string: str) -> bool:
31
"""
32
Return true if the string is a float.
33
- Returns False for non-strings or strings without a decimal point.
34
35
try:
36
float(string)
0 commit comments