Please note that the recommended version of Scilab is 5.3.3. This page might be outdated.
See the recommended documentation of this function
rdivf
right symbolic division
Calling Sequence
["r"]=ldivf("d","c")
Arguments
- "d","c","r"
strings
Description
returns the string "c/d"
Trivial simplifications such as "c/1" = "c" are performed.
See Also
| << mulf | Symbolic | subf >> |