Having trouble working with the following math problem.
Distance=cot (64.3/2)*(60/2)
With the following info; 64.30 mils is the angle, 60 meters is the base, solve for distance
On my sr56 calc it was entered like so
64.30/2 x .05625=tan 2nd tan * 60/2=950.16 meters
Thanks for your help. Your suggestion works with the additional information that [math]::tan($angle) is expecting the angle to be in radians but I was giving it the angle in degrees. Adding $vAngleInDegrees / 180 * [math]::PI fixed that.
I guess its just me but I was surprised I didn’t find any powershell examples of subtended distance.
On the off chance someone else may find it helpful.