|
Eh, Wolfram reports log -1 of -1 is 1. What told you it wasn't?
Oh, I see. This is the same problem you face with arcsin(), though. The method holds; there are just more answers than you are given by the function. It's not like this only happens with those, either; you see the same problem when you have x**2 = y. Because the sqrt() function only returns positive. As do all the other pow(x,1/n) functions, even though there are always n answers.
|