Skip to content

Commit

Permalink
Improve wording and markup for expm1()
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Jan 21, 2024
1 parent 841e93a commit 5413395
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/math/functions/expm1.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 6406cc6c50f8f66f7d55f550dc1ec2759e2eca0f Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 6abd858a41bad835a3ef5b0d02e3896733e72415 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.expm1">
<refnamediv>
Expand All @@ -17,9 +17,9 @@
</methodsynopsis>
<para>
<function>expm1</function> は、
<code>exp($num) - 1</code> の値を返します。
<code>exp($<parameter>num</parameter>) - 1</code> の値を返します。
<parameter>num</parameter> がゼロに近く、
<code>exp($num) - 1</code> が引き算時の桁落ちのために
<code>exp($<parameter>num</parameter>) - 1</code> が引き算時の桁落ちのために
不正確となるような場合でも正確な値が計算できる方法を使用します。
</para>
</refsect1>
Expand All @@ -41,7 +41,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
'e' の <parameter>num</parameter> 乗から 1 を引いた値を返します。
<literal>e</literal> の <parameter>num</parameter> 乗から 1 を引いた値を返します。
</para>
</refsect1>
<refsect1 role="seealso">
Expand Down

0 comments on commit 5413395

Please sign in to comment.