Listen to QB64 Report!Our podcast on all things QB64 is out now. Listen athttp://podcast.qb64.org
0 Members and 1 Guest are viewing this topic.
_ACOS http://qb64.org/wiki/ACOS arccosine function returns the angle in radians based on an input COSine value range from -1 to 1._ACOSH http://qb64.org/wiki/ACOSH Returns the nonnegative arc hyperbolic cosine of x, expressed in radians._ALPHA http://qb64.org/wiki/ALPHA returns the alpha channel transparency level of a color value used on a screen page or image._ALPHA32 http://qb64.org/wiki/ALPHA32 returns the alpha channel transparency level of a color value used on a 32 bit screen page or image._ARCCOT http://qb64.org/wiki/Mathematical_Operations is the inverse function of the cotangent. . <a rel="nofollow" class="external free" href="http://mathworld.wolfram.com/InverseCosecant.html">http://mathworld.wolfram.com/InverseCosecant.html[/url]_ARCCSC http://qb64.org/wiki/Mathematical_Operations is the inverse function of the cosecant. <a rel="nofollow" class="external free" href="http://mathworld.wolfram.com/InverseCosecant.html">http://mathworld.wolfram.com/InverseCosecant.html[/url]_ARCSEC http://qb64.org/wiki/Mathematical_Operations is the inverse function of the secant. <a rel="nofollow" class="external free" href="http://mathworld.wolfram.com/InverseSecant.html">http://mathworld.wolfram.com/InverseSecant.html[/url]_ASIN http://qb64.org/wiki/ASIN Returns the principal value of the arc sine of x, expressed in radians._ASINH http://qb64.org/wiki/ASINH Returns the arc hyperbolic sine of x, expressed in radians._ATAN2 http://qb64.org/wiki/ATAN2 Returns the principal value of the arc tangent of y/x, expressed in radians._ATANH http://qb64.org/wiki/ATANH Returns the arc hyperbolic tangent of x, expressed in radians._AUTODISPLAY http://qb64.org/wiki/AUTODISPLAY enables the automatic display of the screen image changes previously disabled by _DISPLAY._AUTODISPLAY (function) http://qb64.org/wiki/AUTODISPLAY_(function) returns the current display mode as true (-1) if automatic or false (0) if per request using _DISPLAY._AXIS http://qb64.org/wiki/AXIS returns a SINGLE value between -1 and 1 indicating the maximum distance from the device axis center, 0.