*
(* &rest numbers)
Returns the product of its arguments, or 1 with no arguments. The result is an integer when all arguments are integers, exact when ratios are involved, and a float if any argument is a float. Integer results promote to big integers on overflow, on every backend.