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"]=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
- ldivf — left symbolic division
<< mulf | Symbolic | subf >> |