Searched refs:NEWTON_MIN_SLOPE (Results 1 – 1 of 1) sorted by relevance
40 #define NEWTON_MIN_SLOPE 0.02f macro84 if (initialSlope >= NEWTON_MIN_SLOPE) return NewtonRaphsonIterate(aX, guessForT); in getTForX()