Searched refs:sin_theta_through3 (Results 1 – 1 of 1) sorted by relevance
32 double cos_theta_through3,sin_theta_through3,min2_cos_theta_plu,min2_cos_theta_min; in db_SolveCubic() local60 sin_theta_through3=sqrt(db_maxd(0.0,1.0-cos_theta_through3*cos_theta_through3)); in db_SolveCubic()65 min2_cos_theta_plu=cos_theta_through3+DB_SQRT3*sin_theta_through3; in db_SolveCubic()66 min2_cos_theta_min=cos_theta_through3-DB_SQRT3*sin_theta_through3; in db_SolveCubic()