Код: Выделить всё
math.exp(math.prod((1.98,math.log(2.45))))
Код: Выделить всё
math.exp(math.prod([1.98,math.log(2.45)]))
Подробнее здесь: https://stackoverflow.com/questions/792 ... e-brackets
Код: Выделить всё
math.exp(math.prod((1.98,math.log(2.45))))
Код: Выделить всё
math.exp(math.prod([1.98,math.log(2.45)]))