Scilab 5.4.1
Please note that the recommended version of Scilab is 6.1.1. 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
Comments
Add a comment:
Please login to comment this page.