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

MATH-1573 - Redundant local variable #194

Closed
wants to merge 1 commit into from
Closed

MATH-1573 - Redundant local variable #194

wants to merge 1 commit into from

Conversation

arturobernalg
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Aug 6, 2021

Coverage Status

Coverage increased (+0.01%) to 90.485% when pulling 84a8400 on arturobernalg:feature/MATH-1573 into 771a218 on apache:master.

//result = result + result * z;
return result;
return exp(lna, z, null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering about the cryptic commented out code here. It would be run after the result has been computed with exp. So if you simply return the result of exp then the comment is before the exp and out of context. I would leave this unchanged until the reason for commenting out the final computation is clarified.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI @aherbert
Sound logical. I made rollback of this change.
TY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants