The OpenD Programming Language

derivativeOf

Constructs a partial derivative of one order. The function can be applied in any stage any number of times. The function does NOT evaluate the expression.

template derivativeOf(string variable)
@property
derivativeOf
(
T
)
(
const T value
)

Members

Functions

derivativeOf
auto derivativeOf(T value)

Meta