reference/math/functions/cos.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -7,13 +7,13 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>float</type><methodname>cos</methodname>
12
-
<methodparam><type>float</type><parameter>arg</parameter></methodparam>
13
-
</methodsynopsis>
10
+
<methodsynopsis>
11
+
<type>float</type><methodname>cos</methodname>
12
+
<methodparam><type>float</type><parameter>num</parameter></methodparam>
13
+
</methodsynopsis>
14
14
<para>
15
-
<function>cos</function> returns the cosine of the <parameter>arg</parameter>
16
-
parameter. The <parameter>arg</parameter> parameter is in radians.
15
+
<function>cos</function> returns the cosine of the <parameter>num</parameter>
16
+
parameter. The <parameter>num</parameter> parameter is in radians.
17
17
</para>
18
18
</refsect1>
19
19
<refsect1 role="parameters">
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>arg</parameter></term>
24
+
<term><parameter>num</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
An angle in radians
...
...
@@ -34,7 +34,7 @@
34
34
<refsect1 role="returnvalues">
35
35
&reftitle.returnvalues;
36
36
<para>
37
-
The cosine of <parameter>arg</parameter>
37
+
The cosine of <parameter>num</parameter>
38
38
</para>
39
39
</refsect1>
40
40
<refsect1 role="examples">
...
...
@@ -66,7 +66,6 @@ echo cos(M_PI); // -1
66
66
</para>
67
67
</refsect1>
68
68
</refentry>
69
-

70
69
<!-- Keep this comment at the end of the file
71
70
Local variables:
72
71
mode: sgml
73
72