cf.DomainList.__mul__¶
- DomainList.__mul__(x)[source]¶
The binary arithmetic operation
*f.__mul__(x) <==> f * x
- Returns:
DomainListThe list added to itself n times.
Examples
>>> h = f * 2 >>> f *= 2
The binary arithmetic operation *
f.__mul__(x) <==> f * x
DomainListThe list added to itself n times.
Examples
>>> h = f * 2
>>> f *= 2