unit step functions?
i.e.
Y=u[n]*u[n]*u[n]*u[n]*u[n] ???
https://en.cppreference.com/w/cpp/language/operator_precedence So operator[] goes before multiplication, multiplications go left-to-right.
Обсуждают сегодня