Thanks,
Ron
Check the Inverse box [x]Inv before clicking on the [Tan} button.
>
> Thanks,
> Ron
Check whether the result setting is for degrees or radians.
> Check the Inverse box [x]Inv before clicking on the [Tan} button.
>
Thanks! That worked.
I'm not even going to tell you how I was trying to get it to work. I'm
such an idiot.
After doing what others have posted, if you want an improved (and
free) calculator for XP from Microsoft, you might want to install the
PowerToys Power Calculator. Ref:
<http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx>
Caution: If you use arctan(y/x) for your angle, you will get wrong
answers in 50% of the cases. Which ones? The ones with x<0. Just look at
the sketch, or at the fact that y/x = (-y)/(-x).
A better approach is: 2*arctan(y/(x+r)).
It fails only when x<=0 and y=0 (division by zero), but that can be
handled separately.
To get arctangent: use View:Scientific
enter your ratio, then
click Inv - tan
voila!
Cheers, ZVK(Slavek).