Subject: Trigonometric operators Trigonometric operators - ? как здесь переводить operators?The operators listed below use variables or constants that express angles as operands, or supply an angle as a result. The numeric characteristic of the angles is that their value is periodic, i.e. values beyond the -360ø to +360ø range can be brought back within this range. The operation used to bring the value of an angle back within the illustrated range is called normalizing the angle. Normalizing an angle is obtained by applying the 360° modulus function to the angle to be normalized. Syntax ALPHA = MOD(BETA,360) Normalizes the value of the angle in the BETA variable and sets the result in the ALPHA variable. заранее спасибо
|