HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
evalc
Syntax
evalc(Expr)
Description
Returns a complex expression simplified with the format real+i*imag
Example
evalc(1/(x+y*i)) returns x/(x^2+y^2)+(i)*(-y)/(x^2+y^2)
evalc — Discussion
↑Back to top