Acos

Returns the arccosine (inverse cosine) of a number

Method Signature

Acos(number=[double])

Arguments

Argument
Type
Required
Description
Default

number

double

true

The number to calculate the arccosine of

Examples

Angle Cosine of 0.3

Run Example

acos( .3 );

Result: 1.2661036727794992

Additional Examples

<bx:set inputValue = .5 >
<bx:output>#aCos( inputValue )#</bx:output>

Last updated

Was this helpful?