ARCCOS


Purpose
Arc cosine trigonometric function
Synopsis
ARCSIN(value)
Argument
value 
One of the following: a constant; a variable; a formula evaluating to a single value; or an XV with only one item
Return value
A value in the range 0 to +Maths/pi.png.
Example
Given the following matrix items:
Column: A
Column: B
XV    : XVA: A
XV    : XVB: = = = B ^ 2
then the following are all valid uses of the function:
ARCCOS(0.99)
ARCCOS(A)
ARCCOS(B^2)
ARCCOS(SQRT(A))
ARCCOS(XVA)
ARCCOS(XVB)
Further information
value must be in the range -1 to +1. Values outside the range will return zero and produce an appropriate error message. If XSLP_STOPOUTOFRANGE is set then the function error flag will be set.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.