Calculating TAN^-1

  • Thread starter Thread starter Guest
  • Start date Start date
Jerry W. Lewis wrote...
...

ATAN2 is more flexible. For finite tangents,

=ATAN2(TanVal,1)

For infinite tangents (from angles of odd integer multiples of PI/2),

=ATAN2(0,1) or =ATAN2(0,-1
 
I never noticed that it existed; thanks.

Jerry
Jerry W. Lewis wrote...

..

ATAN2 is more flexible. For finite tangents,

=ATAN2(TanVal,1)

For infinite tangents (from angles of odd integer multiples of PI/2),

=ATAN2(0,1) or =ATAN2(0,-1)
 
Back
Top