Scilab 5.3.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
percent
(%) 特殊文字
説明
(sqrt(-1)を意味する)%i,
	(Infinityを意味する)%inf,
	(3.14...を意味する)%pi,
	(論理値の "true"を意味する)%T,...
	のような%で始まる定義済みの変数.
加えて, %で始まる名前を有する関数は特殊な関数です :
	これらはプリミティブおよび演算子オーバーローディングで
	使用されます(overloading参照).
例えば,関数 %rmr は乗算(m)
	処理x*yを有理行列(r)
	x および y に関して実行します.
	コード記法はディレクトリSCIDIR/macros/percentの
	readmeファイルにより指定されています.
例
参照
- overloading — 表示,関数および演算子オーバーロード機能
| << parents | Scilab keywords | plus >> |