Option variable
domain
Default value: real
real
When domain is set to complex, sqrt (x^2) will remain sqrt (x^2) instead of returning abs(x).
complex
sqrt (x^2)
abs(x)