Scilab 5.5.1
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.
addf
adição simbólica
Seqüência de Chamamento
addf("a","b")
Parâmetros
- "a","b"
strings
Descrição
addf("a","b")
retorna a cadeia de caracteres
"a+b"
. Simplificações triviais tais como
addf("0","a")
ou addf("1","2")
são
realizadas.
Exemplos
addf('0','1') addf('1','a') addf('1','2') 'a'+'b'
Ver Também
Report an issue | ||
<< Symbolic | Symbolic | cmb_lin >> |