In Operators§
See primary documentation in context for infix *
multi infix:<*>(Any, Any --> Numeric)
Coerces both arguments to Numeric
and multiplies them. The result is of the wider type. See Numeric
for details.
See primary documentation in context for infix *
multi infix:<*>(Any, Any --> Numeric)
Coerces both arguments to Numeric
and multiplies them. The result is of the wider type. See Numeric
for details.