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: fredericks <free101_at_picusnet.com>
Date: Fri, 15 Jan 1999 22:02:14 -0500
Message-ID: <36a000e4.0@news.itribe.net>


try the oracle function ASIN() this should be available in both sql and plsql expressions

hth

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 - 21:02:14 CST

Original text of this message

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