CosDiv (Kernel)

CosDiv(angle factor)

Returns the factor divided by the cosine of angle * PI / 180.0.

Parameters:
  • angle (number) – The angle.
  • factor (number) – The factor by which to divide.

See Also: CosMult(), SinDiv(), SinMult()