From derby-commits-return-10013-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Tue Apr 08 15:25:50 2008 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 89323 invoked from network); 8 Apr 2008 15:25:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 15:25:50 -0000 Received: (qmail 14988 invoked by uid 500); 8 Apr 2008 15:25:50 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 14969 invoked by uid 500); 8 Apr 2008 15:25:50 -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 14958 invoked by uid 99); 8 Apr 2008 15:25:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 08:25:50 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 15:25:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AD52E1A983A; Tue, 8 Apr 2008 08:25:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r645972 - /db/derby/docs/trunk/src/ref/rreffuncdegrees.dita Date: Tue, 08 Apr 2008 15:25:28 -0000 To: derby-commits@db.apache.org From: chaase3@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080408152528.AD52E1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chaase3 Date: Tue Apr 8 08:25:27 2008 New Revision: 645972 URL: http://svn.apache.org/viewvc?rev=645972&view=rev Log: DERBY-2320: Example in DEGREES function is not appropriate. Corrected example and some of the language. Patch: DERBY-2320.diff Contributed by Abhishek Bhaskaran Modified: db/derby/docs/trunk/src/ref/rreffuncdegrees.dita Modified: db/derby/docs/trunk/src/ref/rreffuncdegrees.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rreffuncdegrees.dita?rev=645972&r1=645971&r2=645972&view=diff ============================================================================== --- db/derby/docs/trunk/src/ref/rreffuncdegrees.dita (original) +++ db/derby/docs/trunk/src/ref/rreffuncdegrees.dita Tue Apr 8 08:25:27 2008 @@ -31,8 +31,8 @@ is converted to an approximately equivalent angle measured in degrees. The specified number must be a DOUBLE PRECISION number.

The conversion from -radians to degrees is not exact. You should not expect that the COS(RADIANS(90.0)) -to exactly equal 0.0.

The data type of the returned value is +radians to degrees is not exact. You should not expect DEGREES(ACOS(0.5)) +to return exactly 60.0.

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

SyntaxDEGREES ( number )