/usr/share/doc/grads/html/gradfuncatan2.html is in grads 2:2.0.2-8build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->
<html>
<head>
<title>GrADS function: atan2</title>
</head>
<body bgcolor="e0f0ff" text="#000000">
<h2><b>atan2()</b></h2><p>
<code>atan2 (<i>expr1, expr2</i>)</code>
<p>
Applies the tan<sup>-1</sup> function to the result of
(<code><i>expr1/expr2</i></code>).
<p>
If <code><i>expr1</i></code> and <code><i>expr2</i></code> are both
zero, the result is arbitrarily set to zero. The result of the
<code>atan2</code> function is in radians.
<H3>Usage Notes</H3><P>
<H3>Examples</H3><P>
</body>
</html>
|