Deg to Rad

From scripting
Revision as of 05:22, 22 April 2017 by Nickpisca (talk | contribs) (Created page with " Function deg_to_rad(InputDegrees As Double) As Double deg_to_rad = InputDegrees * 3.14159265 / 180 End Function Category:CATIA DP VB")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function deg_to_rad(InputDegrees As Double) As Double
deg_to_rad = InputDegrees * 3.14159265 / 180
End Function