Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 87754 invoked from network); 23 Sep 2006 16:57:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2006 16:57:33 -0000 Received: (qmail 69150 invoked by uid 500); 23 Sep 2006 16:57:33 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 69130 invoked by uid 500); 23 Sep 2006 16:57:33 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 69115 invoked by uid 99); 23 Sep 2006 16:57:33 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Sep 2006 09:57:33 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jta@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:60469] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A3/20-27820-C7765154 for ; Sat, 23 Sep 2006 09:57:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id D7D801A981A; Sat, 23 Sep 2006 09:57:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r449271 - in /db/derby/docs/branches/10.2/src/ref: rreffuncceil.dita rreffunctan.dita Date: Sat, 23 Sep 2006 16:57:29 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060923165729.D7D801A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@
  • If the specified number is zero (0), the result of these functions is zero.
  • If the specified number is less than zero but greater than -1.0, then -the result of these functions is negative zero.
  • +the result of these functions is zero.

    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 DOUBLE PRECISION number.

    • If the specified number is NULL, the result of this function is NULL.
    • -
    • If the specified number is zero (0), the result of this function is zero -with the same sign as the specified number.
    • +
    • If the specified number is zero (0), the result of this function is zero.

    The data type of the returned value is a DOUBLE PRECISION number.

    Syntax TAN ( number )