Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
addf
シンボリックな加算
呼び出し手順
addf("a","b")
引数
- "a","b"
文字列
説明
addf("a","b")
は文字列 "a+b"
を返します.
addf("0","a")
または
addf("1","2")
のような簡単化が行われます.
例
addf('0','1') addf('1','a') addf('1','2') 'a'+'b'
参照
Report an issue | ||
<< symbolic | symbolic | cmb_lin >> |