Previous Up Next

5.23.11  Transforming arctan into arcsin: atan2asin

The atan2asin command transforms any atans in an expression to asins, using the identity

arctan(x) = arcsin




x
1+x2





Example.

Input:

atan2asin(atan(x))

Output:

arcsin




x
1+x2






Previous Up Next