Skip to content

Commit

Permalink
impl: angle
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Dec 4, 2023
1 parent fc24976 commit 3c186f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ export class Entry {


/* 계산 */
angle(n: number) {
return n
}
calc_basic(
a: number,
op: "PLUS" | "MINUS" | "MULTI" | "DIVIDE",
Expand Down

0 comments on commit 3c186f3

Please sign in to comment.