HomeSort by: relevance | last modified time | path
    Searched defs:tan_theta (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libm/
t_tan.c 74 double tan_theta = angles[i].y; local in function:ATF_TC_BODY
79 assert(tan_theta == 0);
82 assert(tan_theta != 0);
83 ok = (fabs((tan(theta) - tan_theta)/tan_theta) <= eps);
89 deg, theta, tan(theta), tan_theta);
180 float tan_theta = angles[i].fy; local in function:ATF_TC_BODY
183 if (tan_theta == 999)
184 tan_theta = angles[i].y;
188 assert(tan_theta == 0)
    [all...]

Completed in 11 milliseconds