Previous Up Next

9.2.9  Transforming arcsin into arccos

The asin2acos command transforms any asins in an expression to acoss, using the identity arcsin(x)=π/2−arccos(x).

Example

asin2acos(acos(x)+asin(x))

Output (after simplification):

     
π
2
          

Previous Up Next