Scilab 5.5.2
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.
ldivf
divisão simbólica esquerda (invertida)
Seqüência de Chamamento
ldivf('d','c')
Descrição
Retorna o string 'c\d'
Simplificações triviais
como '1\c' = 'c'
são realizadas.
Exemplos
ldivf('1','1') ldivf('a','0') ldivf('a','x') ldivf('2','4')
Ver Também
Report an issue | ||
<< cmb_lin | Symbolic | mulf >> |