We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71360a4 commit 20bddedCopy full SHA for 20bdded
src/Calculator.ts
@@ -94,5 +94,6 @@ export default class Calculator {
94
95
public asin() {
96
this.current = Math.asin(this.current);
97
+ return this;
98
}
99
0 commit comments