Variable: math-julian-date-beginning

math-julian-date-beginning is a variable defined in calc-forms.el.gz.

Value

(float 17214245 -1)

Documentation

The beginning of the Julian date calendar.

This is measured in the number of days before December 31, 1 BC (Gregorian).

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-forms.el.gz
(defconst math-julian-date-beginning '(float 17214245 -1)
  "The beginning of the Julian date calendar.
This is measured in the number of days before December 31, 1
BC (Gregorian).")