HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
cFactor
Syntax
cFactor(Expr)
Description
Factorisation of the expression in C (on the Gauss integers if there are more than 2 variables).
Example
cFactor(x^2*y+y) returns (x+i)*(x-i)*y
cFactor — Discussion
↑Back to top