Computer Science, asked by tavneet7066, 8 months ago

What value will be return by log10(x) ?

Answers

Answered by anamkhurshid29
1

HEYA MATE YOUR ANSWER IS

LOG10(x) = e^x

HOPE THIS HELPS ❤️

PLEASE MARK AS BRAINLIEST ❤️❤️

Answered by laraibmukhtar55
0

Return value of log10 (x):

  • In the C Programming Language, function of the log 10 returns the logarithm of x to the base of 10.
  • Log 10 (x) is the value used in the calculation of the logarithm of x to the base of 10. If x is -, the function of log 10 (x) will return a domain error. If x is 0, the function of log 10 (x) will return a range error.
  • The log 10 function usually returns the logarithm of x to the base of 10.

Hope it helped..

Similar questions