Open ItsAvi165 opened 4 years ago
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.
I want to do this. Can you assign this to me please?
Okay you can work on it 👍
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.