Heikki J�rvinenJärvinen, Sami Saarinen, Per Und�n.Undén
It describes the blacklist language as well as its usage in IFS
...
- Convert all degrees to radians
- Calculate angle distance (in radians) relative to the center point
obsdeg = acos( cos(reflat) cos(LAT) cos(LON-reflon) +
sin(reflat) sin(LAT) ) Return one from rad, if
obsdeg ≤ refdeg, otherwise zero.
2.5 Actions
Finally, perhaps the most important function fail(). It returns information back to the application.
...