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