Scilab 5.5.2
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
right symbolic division
Calling Sequence
[r] = rdivf(d, c)
Arguments
- d, c, r
character strings.
Description
r=rdivf("d", "c")
returns the string r
which is
"c/d"
. Trivial simplifications such as "c/1" = "c"
are performed.
Examples
rdivf('c','d') rdivf('1','2') rdivf('0','a') rdivf('a','0') //Caution...
See Also
- ldivf — left symbolic division
Report an issue | ||
<< mulf | Symbolic | solve >> |