<< %f or %F Predefined variables %inf >>

Aide de Scilab >> Scilab > Variables > Predefined variables > %i

%i

imaginary unit

Calling Sequence

%i

Description

%i is imaginary unit, used to enter complex number.

Example

1 + %i == complex(1, 1)
            2 + 3 * %i == complex(2, 3)

See Also


Report an issue
<< %f or %F Predefined variables %inf >>