We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a file for the Logarithmic function
Take input from user i.e base and a value.
Find log of the value with base taken from user.
If the numer is negative don't find log.
input- Base- 5 Value- 14 Find logarithm base 5 of 14 Output- 1.6397385131955606
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
The text was updated successfully, but these errors were encountered:
I want to do this. Can you assign this to me please?
Sorry, something went wrong.
Okay you can work on it 👍
ItsAvi165
No branches or pull requests
Todo
Create a file for the Logarithmic function
Take input from user i.e base and a value.
Find log of the value with base taken from user.
If the numer is negative don't find log.
Example
Important
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
The text was updated successfully, but these errors were encountered: