Hi Stephen, On Fri, Jul 13, 2018 at 15:00:24 +0900, Stephen Seo wrote: One more, I missed this previously: > + a = sqrt((float)index / LANCZOS_RESOLUTION); You're nicely sticking strictly to float (vs. double) in your code. So this one should be sqrtf(), not sqrt(). Cheers, Moritz