Liking cljdoc? Tell your friends :D

com.github.wsgtcyx.destiny-matrix.energy


base-from-ymdclj

(base-from-ymd year month day)
(base-from-ymd year month day {:keys [validate] :or {validate true}})

Returns [apoint bpoint cpoint] for a birth date. By default validates calendar dates; pass {:validate false} to skip.

Returns [apoint bpoint cpoint] for a birth date.
By default validates calendar dates; pass {:validate false} to skip.
raw docstring

calculateclj

(calculate input)
(calculate input {:keys [validate] :or {validate true} :as opts})

High-level entry:

  • (calculate "YYYY-MM-DD" {:validate true})
  • (calculate {:year 1990 :month 12 :day 31} {:validate true})
High-level entry:
- (calculate "YYYY-MM-DD" {:validate true})
- (calculate {:year 1990 :month 12 :day 31} {:validate true})
raw docstring

calculate-from-baseclj

(calculate-from-base apoint bpoint cpoint)

Calculates full Destiny Matrix output from base points apoint/bpoint/cpoint.

Calculates full Destiny Matrix output from base points apoint/bpoint/cpoint.
raw docstring

calculate-yearclj

(calculate-year year)

Sum digits of year, then apply reduce-number once.

Sum digits of year, then apply reduce-number once.
raw docstring

parse-iso-dateclj

(parse-iso-date s)

Parses YYYY-MM-DD into [year month day].

Parses YYYY-MM-DD into [year month day].
raw docstring

reduce-numberclj

(reduce-number n)

Matches the website behavior: If n > 22, reduce once via (n % 10) + floor(n/10), otherwise keep n.

Matches the website behavior:
If n > 22, reduce once via (n % 10) + floor(n/10), otherwise keep n.
raw docstring

validate-date!clj

(validate-date! year month day)

Throws if year/month/day is not a valid calendar date.

Throws if year/month/day is not a valid calendar date.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close