cotangent function

double cotangent(
  1. Angle a
)

The ratio of the side (other than the hypotenuse) adjacent to a particular acute angle to the side opposite the angle.

Implementation

double cotangent(Angle a) => a.cotangent();