Searched refs:sqrtd (Results 1 – 1 of 1) sorted by relevance
123 float sqrtd = FastMath.sqrt(determinant); in getLowestRoot() local124 float r1 = (-b - sqrtd) / (2f * a); in getLowestRoot()125 float r2 = (-b + sqrtd) / (2f * a); in getLowestRoot()