Public Vars

Back

*' (clj)

(source)

function

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

Examples