changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- arctan - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Returns the arc tangent of an argument as an angle in degrees.
angle:=arctan(x); float angle; float x;
x | - A value. |
None.
A FLOAT value in the range of -90.0 to +90.0 degrees.
include(../../include/svnversion.inc) include(../../include/footer.inc)