+ 6
Can anyone write a program for logarithms?
Example: Write a simple C program to find logarithms of 10 in base 8 ?
3 Answers
+ 2
log[base 8](10) = log(10)/log(8)
+ 1
hello
+ 1
log10 ?
Example: Write a simple C program to find logarithms of 10 in base 8 ?