Difference between revisions of "Acos"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "The <msinline>acos</msinline> function returns the inverse cosine, that is, the angle (in radians) whose cosine is the given value. === Arguments === {| class="wikitable" |...")
 
(No difference)

Latest revision as of 03:56, 11 March 2020

The acos function returns the inverse cosine, that is, the angle (in radians) whose cosine is the given value.

Arguments

Parameter Name Default Value Meaning
x 0 cosine of the angle to find

Example

acos(0)    // returns 1.570796