Wiki

Clone wiki

symja_android_library / Symbols / Times

Times (* operator)

Times(t1, t2, t3, ...)
Times represents a product of terms

Examples

>>> 3*12
36
>>> x^10*x^(-2)
x^8

Updated