zmodn.Zmodn.__mul__(other) Multiply two Zmodn objects. Parameters:¶ other : Zmodn¶The Zmodn object to multiply. Returns:¶ The result of the multiplication. Return type:¶ Zmodn Raises:¶ TypeError – If other is not a Zmodn object. ValueError – If the modules are not equal.