Skip to content

Commit

Permalink
fix(calculator.ts): revert the previous "useless" fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gfmio committed Mar 7, 2019
1 parent ecdd08f commit bd98457
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Calculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export default class Calculator {
}

public inverse() {
this.current = div(1, this.current);
this.current = div(1, this.current);
this.current = div(1, this.current);
return this;
}
Expand Down

0 comments on commit bd98457

Please sign in to comment.