public static float btAcos(float x)
        {
            float ret = LinearMathPINVOKE.btAcos(x);

            return(ret);
        }