times

operator fun times(d: DualNum<Param>): DualNum<Param>
operator fun times(c: Double): DualNum<Param>
operator fun times(c: Vector2d): Vector2dDual<Param>