Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SteffDK

    What does "atan2(value1, value2)" mean???

    Found it at www.answers.com csc = cosecant csc(x) = 1/sin(x)
  2. SteffDK

    What does "atan2(value1, value2)" mean???

    Thanks everyone :-) Now I only need to know what csc() means ... Regarding atan2, I found this function that will work in visual basic: Public Function Atan2(ByVal y As Double, ByVal x As Double) _ As Double Dim theta As Double If (Abs(x) < 0.0000001) Then If (Abs(y) < 0.0000001)...
  3. SteffDK

    What does &quot;atan2(value1, value2)&quot; mean???

    I'm trying to apply a function, in MS Excel, posted on the internet from mathcad. Somewhere it says that "value=atan2(value1, value2)" I don't get it... It can't mean atan(atan(value1, value)) What's with the "(value1, value2)"??? How do I calculate that??? Any help is highly appreciated :o)

Part and Inventory Search