Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pol2str
conversão de polinômio para string
Seqüência de Chamamento
[str]=pol2str(p)
Parâmetros
- p
polinômio real
- str
string
Descrição
Converte um polinômio para um string (função utilitária).
Ver Também
<< pol2des | Polinômios | polfact >> |