Lines Matching refs:math
109 import math
268 return math.hypot(*self)
273 angle = math.radians(angle)
274 c, s = math.cos(angle), math.sin(angle)
1601 self._setDegreesPerAU(math.tau)
1892 result = round(math.degrees(math.atan2(y, x)), 10) % 360.0
1907 result = round(math.degrees(math.atan2(y, x)), 10) % 360.0
1980 l = 2.0 * radius * math.sin(math.radians(w2)*self._degreesPerAU)
2457 sa, ca = math.sin(self._tilt), math.cos(self._tilt)
2903 tilt = -math.degrees(self._tilt) * self._angleOrient
2907 tilt = math.radians(tilt) % math.tau
2959 alfa = math.atan2(-m21, m11) % math.tau
2960 sa, ca = math.sin(alfa), math.cos(alfa)