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