ClojureDocs

导航

命名空间

*'

clojure.core

从 1.0 开始可用 (源代码)
  • (*')
  • (*' x)
  • (*' x y)
  • (*' x y & more)
Returns the product of nums. (*') returns 1. Supports arbitrary precision.
See also: *