This is Euler's expression, rewritten slightly because SXML doesn't know the imaginary number i (== Sqrt(-1)).
The expected result is false, again due to the lack of support for complex numbers. Math.Sqrt(-1) results in NaN, so any operations using that result also result in NaN. Comparing to 0 yields false.