Skip to main content

*

functionv1.2

clojure.core/*

Available in:BBCLJCLJS
(* [] [x] [x y] [x y & more])
Returns the product of nums. (*) returns 1. Does not auto-promote longs, will throw on overflow. See also: *'

No examples yet. Be the first to add one!