Skip to content

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