RobbeK
04-04-2014, 17:07
...
in the math module the atan2 outputs degrees, the other fucntions radians ...
(the atn the normal radians)
noticed while working on something ..
,------------------------------- see attachment
Uses "math" , "console"
PrintL "atn(1) ="+Str$(Atn (1))
PrintL "atan2(1,1) ="+Str$(ATAN2(1,1))
PrintL "arccos(0) ="+Str$(ArcCos(0))
WaitKey
,--------------------------------
best Rob
in the math module the atan2 outputs degrees, the other fucntions radians ...
(the atn the normal radians)
noticed while working on something ..
,------------------------------- see attachment
Uses "math" , "console"
PrintL "atn(1) ="+Str$(Atn (1))
PrintL "atan2(1,1) ="+Str$(ATAN2(1,1))
PrintL "arccos(0) ="+Str$(ArcCos(0))
WaitKey
,--------------------------------
best Rob