lukejagg / test-canary

Miscellaneous files for ML + web development
0 stars 1 forks source link

Add new calculator function for exponent operation #243

Closed ghost closed 1 year ago

ghost commented 1 year ago

Description

This pull request adds a new function to the calculator program that allows users to calculate the exponent of a number. The new function, named 'exponent', takes two arguments, 'base' and 'exponent', and returns the result of 'base' raised to the power of 'exponent'.

Summary of Changes

Please review and merge this pull request to add the new functionality to the calculator program.

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-exponent-function_1

🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can: