Message 1 of 5
Not applicable
05-12-2015
02:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning World!
I am currently trying to make a calculation with Tangent with degrees. I get a different outcome while working mm.
For example:
Height = 1000 mm
Angle = 50 deg
X = Height / TAN(Angle) = 642,092615934331 mm
While adding another parameter, with the angle being in mm I get a different outcome.
For example:
Height = 1000 mm
Angle = 50 deg
Angle = Angle_mm
X = Height / TAN(Angle_mm) = 617,369623783555 mm
I need the TAN to work the same way as it would in mm as with degrees.
Anyone knows a solution for this, or am I doing something wrong here?
Regards,
Mark
Solved! Go to Solution.