Index

Declination declination(source)

Return the current declination of a given source.

Arguments:
Source source
The source of interest.

Example 1:
The following example displays the declination of mars.
  print $declination(mars)
An example of the resulting output would be:
  LOG: -27:08:40.4445

Martin Shepherd (22-Sep-2008)