Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Scilab > Variables > Predefined variables > %i

%i

虚数単位

呼び出し手順

%i

説明

%i は虚数単位で, 複素数を入力する際に 使用されます.

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

参照

  • complex — 複素数を計算する.
  • imult — 虚数単位 i を乗じる
Report an issue
<< %f or %F Predefined variables %inf >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:53:18 CET 2020