Skip to content

Commit

Permalink
Merge pull request #62 from Wilcolab/button
Browse files Browse the repository at this point in the history
chore: Add button for power function in calculator
  • Loading branch information
shem8 authored Jun 24, 2024
2 parents 1b7e8f7 + a135efb commit c6f56bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
<button class="btn" onClick="equalPressed()">=</button>

<!-- TODO: Buttons -->
<!-- add a button for a power (or exponential) function -->
<button class="btn" onClick="operationPressed('^')">^</button>
</div>
</div>
</div>
Expand Down

0 comments on commit c6f56bc

Please sign in to comment.