Home
last modified time | relevance | path

Searched refs:monotoneDerivativeCR (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java613 class monotoneDerivativeCR extends CR { class in monotoneDerivative_UnaryCRFunction
617 monotoneDerivativeCR(CR x) { in monotoneDerivativeCR() method in monotoneDerivative_UnaryCRFunction.monotoneDerivativeCR
665 return new monotoneDerivativeCR(x); in execute()