Added comments and documentation strings
This commit is contained in:
parent
c17039fd47
commit
9d06952341
8 changed files with 103 additions and 24 deletions
|
|
@ -24,6 +24,10 @@
|
|||
;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
;;;; Dates.lisp - basic date routines to convert from Gregorian dates to Julian dates
|
||||
;;;; and vice versa. Also contains functions to calculate astronomical dates such as
|
||||
;;;; Easter, the equinozes, etc.
|
||||
|
||||
(in-package :cl-dates)
|
||||
|
||||
(defun jday-number (date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue