HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
function_diff
Syntax
function_diff(Fnc(f))
Description
Returns the derivative function of the function f.
Example
function_diff(sin) returns (`x`)->cos(`x`)
function_diff — Discussion
↑Back to top