Wiki

Clone wiki

symja_android_library / Symbols / Im

Im

Im(number)
gives the imaginary part of the complex number.

See:

Examples

>>> Im(a+b*I)
b

Updated