(rontolisp) docs
← Functions

*

(* &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. On the interpreter and JVM, integer results promote to big integers on overflow; the WASM backend uses 31-bit integers with no promotion.