cf.DomainList.__mul__

DomainList.__mul__(x)[source]

The binary arithmetic operation *

f.__mul__(x) <==> f * x

Returns:
DomainList

The list added to itself n times.

Examples

>>> h = f * 2
>>> f *= 2