Scilab 5.5.1
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.
rdivf
シンボリックな右除算
呼び出し手順
[r]=rdivf(d, c)
引数
- d, c, r
文字列.
説明
r=rdivf("d", "c")
は,文字列r
に
文字列 "c/d"
を返します.
"c/1" = "c"
のような簡単化が行われます.
例
rdivf('c','d') rdivf('1','2') rdivf('0','a') rdivf('a','0') //注意...
参照
- ldivf — シンボリックな左除算
Report an issue | ||
<< mulf | symbolic | solve >> |