Liking cljdoc? Tell your friends :D

datatype.number.core


all-digitsclj

(all-digits)
source

all-digits-patternclj

(all-digits-pattern)
source

decimal-separatorclj

(decimal-separator)
source

decimal-separator-patternclj

(decimal-separator-pattern)
source

decimal-string?clj

(decimal-string? value)

Returns true if the provided value is a string representing a decimal number, else returns false.

Returns true if the provided value is a string representing a decimal number,
else returns false.
sourceraw docstring

denary-string-patternclj

(denary-string-pattern)
(denary-string-pattern {:keys [sign-pattern allow-zero? allow-fractional-part?]
                        :or {sign-pattern (optional-sign-pattern)
                             allow-zero? true
                             allow-fractional-part? true}})
source

grouping-separatorclj

(grouping-separator)
source

grouping-separator-patternclj

(grouping-separator-pattern)
source

integer-string?clj

(integer-string? value)

Returns true if the provided value is a string representing a base 10 integer, else returns false.

Returns true if the provided value is a string representing a base 10
integer, else returns false.
sourceraw docstring

minus-signclj

(minus-sign)
source

minus-sign-patternclj

(minus-sign-pattern)
source

negative-decimal-string?clj

(negative-decimal-string? value)

Returns true if the provided value is a string representing a negative decimal number, else returns false

Returns true if the provided value is a string representing a negative
decimal number, else returns false
sourceraw docstring

negative-integer-string?clj

(negative-integer-string? value)

Returns true if the provided value is a string representing a negative base 10 integer, else returns false.

Returns true if the provided value is a string representing a negative
base 10 integer, else returns false.
sourceraw docstring

non-zero-digitsclj

(non-zero-digits)
source

non-zero-digits-patternclj

(non-zero-digits-pattern)
source

optional-plus-sign-patternclj

(optional-plus-sign-pattern)
source

optional-sign-patternclj

(optional-sign-pattern)
source

plus-signclj

(plus-sign)
source

plus-sign-patternclj

(plus-sign-pattern)
source

positive-decimal-string?clj

(positive-decimal-string? value)

Returns true if the provided value is a string representing a positive decimal number, else returns false

Returns true if the provided value is a string representing a positive
decimal number, else returns false
sourceraw docstring

positive-integer-string?clj

(positive-integer-string? value)

Returns true if the provided value is a string representing a positive base 10 integer, else returns false.

Returns true if the provided value is a string representing a positive
base 10 integer, else returns false.
sourceraw docstring

zero-digitclj

(zero-digit)
source

zero-digit-patternclj

(zero-digit-pattern)
source

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

× close