(assert-currency currency)
Asserts that the given currency is a valid currency.
Asserts that the given currency is a valid currency.
(get-all-currencies)
Returns all available currencies.
Returns all available currencies.
(get-currency-code currency)
Returns the currency code of the given currency.
Returns the currency code of the given currency.
(get-minor-units currency)
Returns the minor units of the given currency.
Returns the minor units of the given currency.
(get-symbol currency)
(get-symbol currency locale)
Returns the currency symbol of the given currency.
Returns the currency symbol of the given currency.
(iso-4217? currency)
Returns true if the given currency is an ISO 4217 currency.
Returns true if the given currency is an ISO 4217 currency.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close