Scilab 5.5.0
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
However, this page did not exist in the previous stable version.
addf
addition symbolique
Séquence d'appel
addf("a","b")
Paramètres
- "a","b"
chaînes de caractères
Description
addf("a","b")
renvoie la chaîne de caractères "a+b"
.
Des simplifications triviales du type addf("0","a")
ou
addf("1","2")
sont effectuées.
Exemples
addf('0','1') addf('1','a') addf('1','2') 'a'+'b'
Comments
Add a comment:
Please login to comment this page.