Rad typedef

Rad = double

A value in radians.

Type alias for double that clarifies intent at API boundaries.

Implementation

typedef Rad = double;