Flux query language

Hi

I’ve recently started looking at the flux language.
Is it possible to do maths with complex numbers, if not will it in the future?

Thanks

@Baarken Do you have a specific example of something you’re trying to do?

@scott For example: Having a database with voltages, currents and their respective angles and want to calculate, lets say their symmetrical components - that would require dealing with complex numbers.

So it is possible to write:
U1 = U1*e^(j * theta1)
and as a result get a variable on the form:
U1 = x + y * j?