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 -> Finding Angle in ORACLE 7.2

Finding Angle in ORACLE 7.2

From: <ksunkara_at_hotmail.com>
Date: Sat, 23 Jan 1999 23:45:21 GMT
Message-ID: <78dmug$o4r$1@nnrp1.dejanews.com>


Hello,

I have got a problem in Developer 2000 application . here is my problem

I am using ORACLE 7.2 only
 I have got three fields

  1. length numeric in Meters
  2. width numeric in meters
  3. 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 arc Sin  value to get Angle. In ORACLE 8.0 we have ASIN() function, but I am using only ORACLE 7.2.

 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 Sat Jan 23 1999 - 17:45:21 CST

Original text of this message

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