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

(trivial) Cleanup std::pow usages #1274

Merged
merged 2 commits into from
Oct 10, 2022

Conversation

p12tic
Copy link
Contributor

@p12tic p12tic commented Oct 9, 2022

In a couple of places std::pow was used where std::sqrt would suffice. In another place std::pow and std::sqrt pair could be replaced with std::abs.

@simogasp simogasp added this to the 2.5.0 milestone Oct 10, 2022
@fabiencastan fabiencastan merged commit 27252f9 into alicevision:develop Oct 10, 2022
@p12tic p12tic deleted the clean-up-pow branch October 11, 2022 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants