derivativeOrNull

abstract override fun derivativeOrNull(symbols: List<Symbol>): R?

Differentiates this expression by ordered collection of symbols.

Return

the derivative or null.

Parameters

symbols

the symbols.

Sources

common source
Link copied to clipboard