blob: 025b6c08658bd7b65ed6bc76ef59b3ae07ede1de (
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
|
.help drange Jun99 "Slalib Package"
.nf
DOUBLE PRECISION FUNCTION slDA1P (ANGLE)
- - - - - - -
D A 1 P
- - - - - - -
Normalize angle into range +/- pi (double precision)
Given:
ANGLE dp the angle in radians
The result (double precision) is ANGLE expressed in the range +/- pi.
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
|