Liking cljdoc? Tell your friends :D

numberwords.core


configclj

source

favorite-numberclj

(favorite-number value language)

List of phrases which can be used instead of the number. Like a half

List of phrases which can be used instead of the number. Like `a half`
sourceraw docstring

hedgeclj

(hedge relation language)

List of words describing the relation between given and actual value

List of words describing the relation between given and actual value
sourceraw docstring

number->bitesizeclj

(number->bitesize number)

Translate number to bite style number formatting

Translate number to bite style number formatting
sourceraw docstring

number->textclj

(number->text number language)

Translate number to text in a given language

Translate number to text in a given language
sourceraw docstring

number-with-precisionclj

(number-with-precision num scale)
source

numeric-expressionclj

(numeric-expression actual-value scale)
(numeric-expression actual-value scale relation formatting)
(numeric-expression actual-value scale language relation formatting)
source

numeric-relationsclj

(numeric-relations actual-value scale)

Construct numeric relations for the actual value to the numbers on a scale

  • actual-value - a number which has to be expressed
  • scale - specifies the granularity of the rounding: 1/10 for one decimal point, 10 for rounding to tenths, and so on.
Construct numeric relations for the actual value to the numbers on a scale
* actual-value - a number which has to be expressed
* scale - specifies the granularity of the rounding:
          1/10 for one decimal point, 10 for rounding to tenths, and so on.
sourceraw docstring

possible-relationclj

(possible-relation given-val-relations requested-relation)

Get the relation which is possible in the current given value approximations. If we have regular case with all three (less,more,equal) detected then return it else first check if we have 'equal' relation, if this is not present go for 'around'

Get the relation which is possible in the current given value approximations.
If we have regular case with all three (less,more,equal) detected then return it
else first check if we have 'equal' relation, if this is not present go for 'around'
sourceraw docstring

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

× close