Lanczos approximation: Difference between revisions

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 memoizationmemorization?
epsilon = 0.0000001
def withinepsilon(x):