HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
lncollect
Syntax
lncollect(Expr)
Description
Collect logarithms. Applies ln(a)+n*ln(b)=ln(a*b^n) where n is an integer.
Example
lncollect(ln(x)+2*ln(y)) returns ln(x*y^2)
lncollect — Discussion
↑Back to top