Jerry
Jeff wrote:
> In excel, how would one calculate the inverse of TAN (ie. TAN^-1)?
>
> Thank you.
Jerry
hgrove < wrote:
> Jerry W. Lewis wrote...
>
>>ATAN
>>
> ..
>
> 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)