You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2006/09/23 18:57:29 UTC

svn commit: r449271 - in /db/derby/docs/branches/10.2/src/ref: rreffuncceil.dita rreffunctan.dita

Author: jta
Date: Sat Sep 23 09:57:29 2006
New Revision: 449271

URL: http://svn.apache.org/viewvc?view=rev&rev=449271
Log:
DERBY-1839 Merge 449098 from trunk to 10.2 branch -- updates the TAN and CEIL 
topics in the Reference Guide based on 10.2 doc review comments. 

Modified:
    db/derby/docs/branches/10.2/src/ref/rreffuncceil.dita
    db/derby/docs/branches/10.2/src/ref/rreffunctan.dita

Modified: db/derby/docs/branches/10.2/src/ref/rreffuncceil.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.2/src/ref/rreffuncceil.dita?view=diff&rev=449271&r1=449270&r2=449271
==============================================================================
--- db/derby/docs/branches/10.2/src/ref/rreffuncceil.dita (original)
+++ db/derby/docs/branches/10.2/src/ref/rreffuncceil.dita Sat Sep 23 09:57:29 2006
@@ -37,7 +37,7 @@
 <li>If the specified number is zero (0), the result of these functions is
 zero.</li>
 <li>If the specified number is less than zero but greater than -1.0, then
-the result of these functions is negative zero.</li>
+the result of these functions is zero.</li>
 </ul></p><p>The returned value is the smallest (closest to negative infinity)
 double floating point value that is greater than or equal to the specified
 number. The returned value is equal to a mathematical integer. The data type

Modified: db/derby/docs/branches/10.2/src/ref/rreffunctan.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.2/src/ref/rreffunctan.dita?view=diff&rev=449271&r1=449270&r2=449271
==============================================================================
--- db/derby/docs/branches/10.2/src/ref/rreffunctan.dita (original)
+++ db/derby/docs/branches/10.2/src/ref/rreffunctan.dita Sat Sep 23 09:57:29 2006
@@ -30,8 +30,7 @@
 the tangent for. The specified number must be a <xref href="rrefsqljdoubleprecision.dita#rrefsqljdoubleprecision">DOUBLE
 PRECISION</xref> number.  <ul>
 <li>If the specified number is NULL, the result of this function is NULL.</li>
-<li>If the specified number is zero (0), the result of this function is zero
-with the same sign as the specified number.</li>
+<li>If the specified number is zero (0), the result of this function is zero.</li>
 </ul></p><p>The data type of the returned value is a DOUBLE PRECISION number.</p> </section>
 <refsyn><title>Syntax</title> <codeblock><b>TAN ( <varname>number</varname> )</b></codeblock> </refsyn>
 </refbody>