V306: Adjusting an Angle to Another Angle

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 tex2html_wrap_inline55 given as arguments, and by adding a suitable multiple of tex2html_wrap_inline57 to tex2html_wrap_inline59 , an angle tex2html_wrap_inline61 such that

displaymath63

Structure:

FUNCTION subprogram
User Entry Names: PROXIM

Usage:

In any arithmetic expression,

    PROXIM(B,A)
has the value tex2html_wrap_inline65 for tex2html_wrap_inline67 and tex2html_wrap_inline69 . 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 tex2html_wrap_inline71 has the same effect.
tex2html_wrap_inline73

Michel Goossens Wed Jun 5 09:22:47 METDST 1996