HP Prime for All

English  Русский 

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