| Author(s): J. Zoll, K.S. Kölbig | Library: KERNLIB | 
| Submitter: | Submitted: 15.03.1976 | 
| Language: Fortran | Revised: 15.02.1989 | 
Function subprogram PROXIM computes, for two angles   given as arguments, and by adding a suitable multiple of
 
given as arguments, and by adding a suitable multiple of   to
  to
  , an angle
 , an angle   such that
  such that
  
 
Structure:
FUNCTION subprogram 
 
User Entry Names: PROXIM
Usage:
In any arithmetic expression,
PROXIM(B,A)has the value
 for
  for   and
  and   .
PROXIM, B and A are of type REAL and in radians.
 .
PROXIM, B and A are of type REAL and in radians.
Notes:
The Fortran statement function
PROXIM(B,A)=B+C1*ANINT(C2*(A-B))with
 has the same effect.
  has the same effect.
