ACos# inline float ACos(float theta)# Computes the arc cosine (inverse cosine) of a value. Parameters: theta – [in] Input value Returns: Arc cosine in radians Pre: -1.0 <= theta <= 1.0