There was an error while loading. Please reload this page.
1 parent 10bdd07 commit da0a975Copy full SHA for da0a975
1 file changed
maths/weddles_rule.py
@@ -39,9 +39,6 @@ def safe_function_eval(func_str: str) -> Callable:
39
>>> f = safe_function_eval('x**2')
40
>>> f(3)
41
9
42
- >>> f = safe_function_eval('sin(x)')
43
- >>> round(f(3.14), 2)
44
- 0.0
45
>>> f = safe_function_eval('x + x**2')
46
>>> f(2)
47
6
0 commit comments