blob: a479127e914c67c3ee1194bd8c8230dbb828fb89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.help dranrm Jun99 "Slalib Package"
.nf
DOUBLE PRECISION FUNCTION slDA2P (ANGLE)
- - - - - - -
D A 2 P
- - - - - - -
Normalize angle into range 0-2 pi (double precision)
Given:
ANGLE dp the angle in radians
The result is ANGLE expressed in the range 0-2 pi (double
precision).
P.T.Wallace Starlink 23 November 1995
Copyright (C) 1995 Rutherford Appleton Laboratory
Copyright (C) 1995 Association of Universities for Research in Astronomy Inc.
.fi
.endhelp
|