Content deleted Content added
→Simple implementation: whoops, now better |
→Simple implementation: orthographic correction |
||
Line 55:
<source lang="python">
def gamma(z): # great function from Wiki, but maybe could use
epsilon = 0.0000001
def withinepsilon(x):
|