Returns the angle that is the arc cosine of the specified complex number.
            
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static Complex32 Acos(
	Complex32 value
)
Parameters
- value  Complex32
- A complex number that represents a cosine.
Return Value
Complex32The angle, measured in radians, which is the arc cosine of 
value.
 See Also
See Also