pressInversedCosine method
void
pressInversedCosine()
Adds the inverse cosine function to the expression.
Implementation
void pressInversedCosine() => pressInverseFunction('cos');
Adds the inverse cosine function to the expression.
void pressInversedCosine() => pressInverseFunction('cos');