Skip to content

Feat homework 06 v2 #318

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

Closed

Conversation

Dlafferty251
Copy link
Contributor

This is a new pull request regarding my expression calculator homework. The only files changed are the ones that meant to be changed.

}

calculate(a: number, b: number, c: number, d: number, e: number): number {
return this.multiply(a, this.divide(this.pow(this.add(b, c), d), e));
Copy link
Contributor

Choose a reason for hiding this comment

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

Should store intermediate results into variables and then return the result.

@Dlafferty251 Dlafferty251 deleted the Feat-Homework-06-v2 branch April 25, 2025 12:21
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