Computer Science, asked by tmaishwarya4683, 10 months ago

What value will be return by log(x[, base])?

Answers

Answered by anamkhurshid29
0

e^x

This will be the answer dude

HOPE THIS HELPS ❤️

Answered by laraibmukhtar55
0

Value return by logx (Base x):

The "return value" is the value we are supposing to be returned.

• With 1 argument, return the natural log of x (to base e).  

• With 2 arguments, return the logarithm of x to the specified base, deliberate as log(x) log(base).

• The log() function in C++ returns the natural log (base-e logarithm) of the argument conceded in the parameter.  

Hope it helped..

Similar questions