From d54fe7c1f704a63824c5bfa0ece65245572e9b27 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 Mar 2015 21:21:30 -0500 Subject: Initial commit --- src/slalib/sun67.htx/node228.html | 696 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 696 insertions(+) create mode 100644 src/slalib/sun67.htx/node228.html (limited to 'src/slalib/sun67.htx/node228.html') diff --git a/src/slalib/sun67.htx/node228.html b/src/slalib/sun67.htx/node228.html new file mode 100644 index 0000000..f21ae0e --- /dev/null +++ b/src/slalib/sun67.htx/node228.html @@ -0,0 +1,696 @@ + + + + +SUMMARY OF CALLS + + + + + + + + + + + + +

+ +next + +up + +previous +
+ Next: About this document ... +
+Up: SLALIB Positional Astronomy Library +
+ Previous: Numerical Methods +

+

+

+SUMMARY OF CALLS +

+The basic trigonometrical and numerical facilities are supplied in both single +and double precision versions. +Most of the more esoteric position and time routines use double precision +arguments only, even in cases where single precision would normally be adequate +in practice. +Certain routines with modest accuracy objectives are supplied in +single precision versions only. +In the calling sequences which follow, no attempt has been made +to distinguish between single and double precision argument names, +and frequently the same name is used on different occasions to +mean different things. +However, none of the routines uses a mixture of single and +double precision arguments; each routine is either wholly +single precision or wholly double precision. +

+In the classified list, below, +subroutine subprograms are those whose names and argument lists +are preceded by `CALL', whereas function subprograms are +those beginning `R=' (when the result is REAL) or `D=' (when +the result is DOUBLE PRECISION). +

+The list is, of course, merely for quick reference; inexperienced +users must refer to the detailed specifications given later. +In particular, don't guess whether arguments are single or +double precision; the result could be a program that happens to +works on one sort of machine but not on another. +

+
String Decoding

+
Sexagesimal Conversions +
Angles, Vectors and Rotation Matrices +
Calendars +
Timescales +
Precession and Nutation +
Proper Motion +
FK4/FK5/Hipparcos Conversions +
Elliptic Aberration +
Geographical and Geocentric Coordinates +
Apparent and Observed Place +
Azimuth and Elevation +
Refraction and Air Mass +
Ecliptic Coordinates +
Galactic Coordinates +
Supergalactic Coordinates +
Ephemerides +
Astrometry +
Numerical Methods +
Real-time +

+ +next + +up + +previous +
+ Next: About this document ... +
+Up: SLALIB Positional Astronomy Library +
+ Previous: Numerical Methods +

+

+

+SLALIB --- Positional Astronomy Library
Starlink User Note 67
P. T. Wallace
12 October 1999
E-mail:ptw@star.rl.ac.uk
+
+ + -- cgit