We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df440b commit 56a0526Copy full SHA for 56a0526
maths/weddles_rule.py
@@ -32,7 +32,7 @@ def safe_function_eval(func_str: str) -> float:
32
33
Returns:
34
float: The evaluated function result.
35
-
+
36
Examples:
37
>>> f = safe_function_eval('x**2')
38
>>> f(3)
0 commit comments