HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
cpartfrac
Syntax
cpartfrac(RatFrac)
Description
Performs partial fraction decomposition in C of a fraction.
Example
cpartfrac((x)/(4-x^2)) returns 1/((x-2)*-2)+1/((x+2)*-2)
cpartfrac — Discussion
↑Back to top