derivativeWithFlatSpot method
N
derivativeWithFlatSpot(
- N o
The derivative function with flat spot.
Implementation
N derivativeWithFlatSpot(N o) {
return derivative(o);
}
The derivative function with flat spot.
N derivativeWithFlatSpot(N o) {
return derivative(o);
}