right symbolic division
["r"]=ldivf("d","c")
:”d”,”c”,”r” strings :
returns the string “c/d” Trivial simplifications such as “c/1” = “c” are performed.
`ldivf`_('c','d') `ldivf`_('1','2') `ldivf`_('a','0')
Enter search terms or a module, class or function name.