Searched refs:tan_theta (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_tan.c74 double tan_theta = angles[i].y; local
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);
178 float tan_theta = angles[i].fy; local
181 if (tan_theta == 999)
182 tan_theta = angles[i].y;
186 assert(tan_theta
[all...]

Completed in 45 milliseconds