blob: b65a1a92959d3b32705262aed73e0d2ee4ad4006 (
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 range Jun99 "Slalib Package"
.nf
REAL FUNCTION slRA1P (ANGLE)
- - - - - -
R A 1 P
- - - - - -
Normalize angle into range +/- pi (single precision)
Given:
ANGLE dp the angle in radians
The result is ANGLE expressed in the +/- pi (single
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
|