Lanczos approximation: Difference between revisions

Content deleted Content added
No edit summary
Simple implementation: Removed memoization note from code.
Line 50:
 
<source lang="python">
def gamma(z):
def gamma(z): # great function from Wiki, but maybe could use memoization?
epsilon = 0.0000001
def withinepsilon(x):