Skip to content

Re

Returns the real part of a number. For real numbers, returns the number itself.

$ wo 'Re[5]'
5
$ wo 'Re[3.14]'
3.14
$ wo 'Re[3 + 4*I]'
3