The easter-gauss Reference Manual

This is the easter-gauss Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:19:57 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 easter-gauss

Calculate the Ester date from year using the method developed from Gauss.

Maintainer

cage

Author

cage

Bug Tracker

https://notabug.org/cage/easter-gauss/issues

License

MIT

Version

0.0.1

Dependency

local-time (system).

Source

easter-gauss.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 easter-gauss/easter-gauss.asd

Source

easter-gauss.asd.

Parent Component

easter-gauss (system).

ASDF Systems

easter-gauss.


3.1.2 easter-gauss/package.lisp

Source

easter-gauss.asd.

Parent Component

easter-gauss (system).

Packages

easter-date.


3.1.3 easter-gauss/easter.lisp

Dependency

package.lisp (file).

Source

easter-gauss.asd.

Parent Component

easter-gauss (system).

Public Interface

easter-date (generic function).

Internals

easter-date-approx (function).


4 Packages

Packages are listed by definition order.


4.1 easter-date

Source

package.lisp.

Use List

common-lisp.

Public Interface

easter-date (generic function).

Internals

easter-date-approx (function).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Generic functions

Generic Function: easter-date (object)
Package

easter-date.

Source

easter.lisp.

Methods
Method: easter-date ((object timestamp))

Calculate the Easter date of the timestamp passed as argument. Returns two values: the day an the month of the Easter

Method: easter-date ((object integer))

Calculate the Easter date of the year passed as argument. Returns two values: the day an the month of the Easter


5.2 Internals


5.2.1 Ordinary functions

Function: easter-date-approx (year)
Package

easter-date.

Source

easter.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables