Variable: calendar-bahai-leap-base

calendar-bahai-leap-base is a variable defined in cal-bahai.el.gz.

Value

447

Documentation

Number of leap years between 1 and 1844 AD, inclusive.

Used by calendar-bahai-to-absolute.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-bahai.el.gz
(defconst calendar-bahai-leap-base
  (+ (/ 1844 4) (- (/ 1844 100)) (/ 1844 400))
  "Number of leap years between 1 and 1844 AD, inclusive.
Used by `calendar-bahai-to-absolute'.")