symbolic natural logarithm
b = Log( a )
symbolic
Returns the natural logarithm b = log(a) of a.
// some values ... x = Sym("E*E") y = Sym("-2") z = Sym("x*x+5") // ... and their logarithms Log(x) Log(y) Log(z)
SymEngine: C++ library for fast symbolic manipulation.