Content deleted Content added
No edit summary |
m →Simple implementation: Correct "withinepsilon" so that it actually makes sense |
||
Line 58:
epsilon = 0.0000001
def withinepsilon(x):
return
from cmath import sin,sqrt,pi,exp
|