Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 8 years ago

Language

Compiler

Options

Author

anonymous

over 8 years ago

$
x = (-1,0), log(x) = (0,3.14159), imag(log(x)) = 3.14159
y = (-1,-0), log(y) = (0,-3.14159), imag(log(x)) = -3.14159
x == y: true
x = (-1,0), sqrt(x) = (0,1), imag(sqrt(x)) = 1
y = (-1,-0), sqrt(y) = (0,-1), imag(sqrt(x)) = -1
x == y: true
Exit Code:
0