ClojureDocs

Nav

Namespaces

*'

clojure.core

Available since 1.0 (source)
  • (*')
  • (*' x)
  • (*' x y)
  • (*' x y & more)
Returns the product of nums. (*') returns 1. Supports arbitrary precision.
See also: *