pressInversedCosine method

void pressInversedCosine()

Adds the inverse cosine function to the expression.

Implementation

void pressInversedCosine() => pressInverseFunction('cos');