right symbolic division
r = rdivf(d, c)
character strings.
r=rdivf("d", "c")
returns the string r
which is
"c/d"
. Trivial simplifications such as "c/1" = "c"
are performed.
Version | Description |
5.5.2 | rdivf was removed after Scilab 5.5.2. |