Documentation for infix *
assembled from the following pages:
Language documentation: Operators §
From Operators
(Operators) infix * §
multi sub infix:<*>(Any, Any --> Numeric)
Coerces both arguments to Numeric and multiplies them. The result is of the wider type. See Numeric for details.