Basic Examples (2) 
The directional derivative of a function of two variables at the point (1,-2) in the direction of the unit vector :
The directional derivative of the same function at a general point (a,b) in a general direction (cos(α),sin(α)):
Scope (6) 
Find the directional derivative of a function of four variables:
Since the following function is not differentiable at (0,0), it is necessary to use the limit definition to correctly calculate the directional derivative:
Calculate the gradient of this function at the origin:
The gradient can also be calculated using the resource function EnhancedGrad:
Since the gradient of this function at (0,0) is (0,0), without setting "UseLimit"->True, the formula returns 0 no matter the direction :
A function that does not have a directional derivative except in the x and y directions:
A function requiring both "UseLimit" and "UseRealRoots":
Without using "UseRealRoots":
Without using Limit: