Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.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
に関して実行します.
コード記法は,
オーバーローディングの
ヘルプページに記載されています.
例
参照
- overloading — 表示,関数および演算子オーバーロード機能
Report an issue | ||
<< Scilab keywords | Scilab keywords | backslash >> |