Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculating Exponential, Log2, and Log10 #10

Open
wants to merge 3 commits into
base: features
Choose a base branch
from

Conversation

khatina11
Copy link

Adding function for the calculator to calculate the exponential, Log2, and Log10 of a number.

@@ -9,6 +9,15 @@ def initilization():



def one():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a separate function for each functionality and add meaning full function name

Add a doc string for the functions

Comment on lines 18 to 20
print("The exponential value is " + ex)
print("The Log2 value is " + log2)
print("The log10 value is " +log10)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check the syntax of these print statements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants