mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-24 16:56:39 -04:00
Another attempt to make bullets work in Markdown.
This commit is contained in:
@@ -2444,10 +2444,10 @@ Astronomy.SearchRelativeLongitude = function(body, targetRelLon, startDate) {
|
||||
* center of the Moon, as seen from the center of the Earth.
|
||||
* Certain longitude values have conventional meanings:
|
||||
*
|
||||
* * 0 = new moon
|
||||
* * 90 = first quarter
|
||||
* * 180 = full moon
|
||||
* * 270 = third quarter
|
||||
* * 0 = new moon
|
||||
* * 90 = first quarter
|
||||
* * 180 = full moon
|
||||
* * 270 = third quarter
|
||||
*/
|
||||
Astronomy.MoonPhase = function(date) {
|
||||
return Astronomy.LongitudeFromSun('Moon', date);
|
||||
|
||||
@@ -864,10 +864,10 @@ Determines the moon's phase expressed as an ecliptic longitude.
|
||||
center of the Moon, as seen from the center of the Earth.
|
||||
Certain longitude values have conventional meanings:
|
||||
|
||||
* 0 = new moon
|
||||
* 90 = first quarter
|
||||
* 180 = full moon
|
||||
* 270 = third quarter
|
||||
* 0 = new moon
|
||||
* 90 = first quarter
|
||||
* 180 = full moon
|
||||
* 270 = third quarter
|
||||
|
||||
| Param | Type | Description |
|
||||
| --- | --- | --- |
|
||||
|
||||
@@ -3282,10 +3282,10 @@ Astronomy.SearchRelativeLongitude = function(body, targetRelLon, startDate) {
|
||||
* center of the Moon, as seen from the center of the Earth.
|
||||
* Certain longitude values have conventional meanings:
|
||||
*
|
||||
* * 0 = new moon
|
||||
* * 90 = first quarter
|
||||
* * 180 = full moon
|
||||
* * 270 = third quarter
|
||||
* * 0 = new moon
|
||||
* * 90 = first quarter
|
||||
* * 180 = full moon
|
||||
* * 270 = third quarter
|
||||
*/
|
||||
Astronomy.MoonPhase = function(date) {
|
||||
return Astronomy.LongitudeFromSun('Moon', date);
|
||||
|
||||
Reference in New Issue
Block a user