j

j returns the imaginary unit (same as i function).

Examples

> j

	[ans:0+1i]
> j == sqrt(-1)

	[ans:true]

Resources

See also

complex | conj | i | imag | real