Liking cljdoc? Tell your friends :D

io.randomseed.bankster.money.inter-ops


*clj

(*)
(* a)
(* a b)
(* a b & more)

Calls io.randomseed.bankster.money/mul for Money argument, clojure.core/* for other data types.

Calls io.randomseed.bankster.money/mul for Money argument, clojure.core/* for other
data types.
sourceraw docstring

+clj

(+)
(+ a)
(+ a b)
(+ a b & more)

Calls io.randomseed.bankster.money/add for Money argument, clojure.core/+ for other data types.

Calls io.randomseed.bankster.money/add for Money argument, clojure.core/+ for other
data types.
sourceraw docstring

-clj

(- a)
(- a b)
(- a b & more)

Calls io.randomseed.bankster.money/sub for Money argument, clojure.core/- for other data types.

Calls io.randomseed.bankster.money/sub for Money argument, clojure.core/- for other
data types.
sourceraw docstring

/clj

(/ a)
(/ a b)
(/ a b & more)

Calls io.randomseed.bankster.money/div for Money argument, clojure.core// for other data types.

Calls io.randomseed.bankster.money/div for Money argument, clojure.core// for other
data types.
sourceraw docstring

<clj

(< a)
(< a b)
(< a b & more)

Calls io.randomseed.bankster.money/lt? for Money argument, clojure.core/> for other data types.

Calls io.randomseed.bankster.money/lt? for Money argument, clojure.core/> for other
data types.
sourceraw docstring

<=clj

(<= a)
(<= a b)
(<= a b & more)

Calls io.randomseed.bankster.money/le? for Money argument, clojure.core/<= for other data types.

Calls io.randomseed.bankster.money/le? for Money argument, clojure.core/<= for other
data types.
sourceraw docstring

=clj

(= a)
(= a b)
(= a b & more)

Calls io.randomseed.bankster.money/eq? for Money argument, clojure.core/= for other data types.

Calls io.randomseed.bankster.money/eq? for Money argument, clojure.core/= for other
data types.
sourceraw docstring

>clj

(> a)
(> a b)
(> a b & more)

Calls io.randomseed.bankster.money/gt? for Money argument, clojure.core/> for other data types.

Calls io.randomseed.bankster.money/gt? for Money argument, clojure.core/> for other
data types.
sourceraw docstring

>=clj

(>= a)
(>= a b)
(>= a b & more)

Calls io.randomseed.bankster.money/ge? for Money argument, clojure.core/>= for other data types.

Calls io.randomseed.bankster.money/ge? for Money argument, clojure.core/>= for other
data types.
sourceraw docstring

compareclj

(compare a b)

Calls io.randomseed.bankster.money/compare for Money argument, clojure.core/compare for other data types.

Calls io.randomseed.bankster.money/compare for Money argument, clojure.core/compare
for other data types.
sourceraw docstring

doubleclj

(double a)

Calls io.randomseed.bankster.money/->double for Money argument, clojure.core/double for other data types.

Calls io.randomseed.bankster.money/->double for Money argument, clojure.core/double
for other data types.
sourceraw docstring

floatclj

(float a)

Calls io.randomseed.bankster.money/->float for Money argument, clojure.core/float for other data types.

Calls io.randomseed.bankster.money/->float for Money argument, clojure.core/float
for other data types.
sourceraw docstring

fractionalclj

(fractional a)
(fractional a scale)
(fractional a scale rounding-mode)

Alias for io.randomseed.bankster.scale/fractional.

Alias for io.randomseed.bankster.scale/fractional.
sourceraw docstring

intclj

(int a)

Calls io.randomseed.bankster.money/major->int for Money argument, clojure.core/int for other data types.

Calls io.randomseed.bankster.money/major->int for Money argument, clojure.core/int
for other data types.
sourceraw docstring

integerclj

(integer a)
(integer a scale)
(integer a scale rounding-mode)

Alias for io.randomseed.bankster.scale/integer.

Alias for io.randomseed.bankster.scale/integer.
sourceraw docstring

longclj

(long a)

Calls io.randomseed.bankster.money/major->long for Money argument, clojure.core/long for other data types.

Calls io.randomseed.bankster.money/major->long for Money argument, clojure.core/long
for other data types.
sourceraw docstring

majorclj

(major a)

Alias for io.randomseed.bankster.money/major.

Alias for io.randomseed.bankster.money/major.
sourceraw docstring

minorclj

(minor a)

Alias for io.randomseed.bankster.money/minor.

Alias for io.randomseed.bankster.money/minor.
sourceraw docstring

neg?clj

(neg? a)

Calls io.randomseed.bankster.money/is-neg? for Money argument, clojure.core/neg? for other data types.

Calls io.randomseed.bankster.money/is-neg? for Money argument, clojure.core/neg?
for other data types.
sourceraw docstring

not=clj

(not= a)
(not= a b)
(not= a b & more)

Calls io.randomseed.bankster.money/ne? for Money argument, clojure.core/not= for other data types.

Calls io.randomseed.bankster.money/ne? for Money argument, clojure.core/not= for
other data types.
sourceraw docstring

pos?clj

(pos? a)

Calls io.randomseed.bankster.money/is-pos? for Money argument, clojure.core/pos? for other data types.

Calls io.randomseed.bankster.money/is-pos? for Money argument, clojure.core/pos?
for other data types.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close