ClojureDocs

Nav

Namespaces

*

clojure.core

Available since 1.2 (source)
  • (*)
  • (* x)
  • (* x y)
  • (* x y & more)
Returns the product of nums. (*) returns 1. Does not auto-promote
longs, will throw on overflow. See also: *'