Wiki

Clone wiki

symja_android_library / Symbols / Plus

Plus (+ operator)

Plus(t1, t2, t3, ...)
Plus represents a sum of terms

Examples

>>> 1+2
3
>>> a+b+a
b+2*a

Updated