reference/math/functions/log10.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -1,18 +1,18 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id="function.log10" xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.log10">
4
4
<refnamediv>
5
5
<refname>log10</refname>
6
6
<refpurpose>Base-10 logarithm</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>float</type><methodname>log10</methodname>
12
-
<methodparam><type>float</type><parameter>arg</parameter></methodparam>
13
-
</methodsynopsis>
10
+
<methodsynopsis>
11
+
<type>float</type><methodname>log10</methodname>
12
+
<methodparam><type>float</type><parameter>num</parameter></methodparam>
13
+
</methodsynopsis>
14
14
<para>
15
-
Returns the base-10 logarithm of <parameter>arg</parameter>.
15
+
Returns the base-10 logarithm of <parameter>num</parameter>.
16
16
</para>
17
17
</refsect1>
18
18
<refsect1 role="parameters">
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>arg</parameter></term>
23
+
<term><parameter>num</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The argument to process
...
...
@@ -33,7 +33,7 @@
33
33
<refsect1 role="returnvalues">
34
34
&reftitle.returnvalues;
35
35
<para>
36
-
The base-10 logarithm of <parameter>arg</parameter>
36
+
The base-10 logarithm of <parameter>num</parameter>
37
37
</para>
38
38
</refsect1>
39
39
<refsect1 role="seealso">
...
...
@@ -45,7 +45,6 @@
45
45
</para>
46
46
</refsect1>
47
47
</refentry>
48
-

49
48
<!-- Keep this comment at the end of the file
50
49
Local variables:
51
50
mode: sgml
52
51