You are here: Symbol Reference > Math387 Namespace > Functions > Math387.ArcCos Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.ArcCos Function

Inverse cosine.

Pascal
function ArcCos(const X: double): double; overload;

Returns the inverse cosine of X. X must be between -1 and 1.

The return value will be on closed interval [-PI/2,PI/2], in radians for a real argument. To obtain an inverse cosine for X outside the interval [-1,1] use the complex version of the function.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!