HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
atan2asin
Syntax
atan2asin(Expr)
Description
Replaces arctan(x) by arcsin(x/√(1+x^2)) in the argument Expr.
Example
atan2asin(atan(y/x) returns asin((y/x)/√(1+(y/x)^2))
atan2asin — Discussion
↑Back to top