Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Finding angle using arc Sin function

Re: Finding angle using arc Sin function

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 15 Jan 1999 22:34:24 -0000
Message-ID: <916439610.21054.0.nnrp-01.9e984b29@news.demon.co.uk>


Oracle 8 implements arc sine, returning the result in radians so you will have to multiply by 180/pi if you want degrees.

    select asin(0.5) from dual;

Is this what you had in mind ?
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

kishore_kumar_at_my-dejanews.com wrote in message <77ob9k$v9c$1_at_nnrp1.dejanews.com>...
>Hello,
>
>I have got a problem in Developer 2000 application . here is my proble
>
> I have got three fields
>
> length numeric in Meters
> width numeric in meters
> angle numeric in Degrees
>
> user enters values for length and width and system has to calculate the
> angle and the formula for angle is:
>
> angle = arc Sin(length/width).
> I have idea how to calculate sin angle, but here I have to calculate
arcSin
> value to get Angle.
>
> If you have any idea please forward to me. thank you very much for your
> assistance on net.
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
Received on Fri Jan 15 1999 - 16:34:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US