Skip to content

Commit bd98457

Browse files
committed
fix(calculator.ts): revert the previous "useless" fix
1 parent ecdd08f commit bd98457

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Calculator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ export default class Calculator {
7373
}
7474

7575
public inverse() {
76-
this.current = div(1, this.current);
77-
this.current = div(1, this.current);
7876
this.current = div(1, this.current);
7977
return this;
8078
}

0 commit comments

Comments
 (0)