Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from powf to sqrtf (#46) #1

Merged
merged 1 commit into from
Oct 13, 2020
Merged

Conversation

georg-bn
Copy link
Owner

  • Change from powf to sqrtf

See Issue jonkhler#41 . The FFT coefficients of certain frequencies were inaccurate due to numeric/rounding errors in powf(s, 0.5).

  • Change from powf to sqrtf in s2_mm as well

* Change from powf to sqrtf

See Issue #41 . The FFT coefficients of certain frequencies were inaccurate due to numeric/rounding errors in powf(s, 0.5).

* Change from powf to sqrtf in s2_mm as well
@georg-bn georg-bn merged commit c8eadda into georg-bn:master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant