Skip to content

Cast the second operand of Math.pow to double - SonarQube analysis #766

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

Merged
merged 5 commits into from
May 23, 2019

Conversation

abhijay94
Copy link
Contributor

SonarQube showed these calls as probable minor bugs. Since Math.pow() accepts double type operands, the second operand should be type-casted explicitly for safety.

@yanglbme
Copy link
Member

Hi @abhijay94 , there is one more place need to be resolved.

image

@yanglbme yanglbme merged commit ceae5ee into TheAlgorithms:Development May 23, 2019
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.

2 participants