Represents an angle in either degrees or radians.
Represents an angle in degrees.
Represents an angle in radians.
Returns the cosine of the angle in radians.
Returns the angle's value in degrees.
Returns a normalized angle, ensuring the value is within [0, 360) degrees for degrees or [0, 2π) radians for radians.
Returns the angle's value in radians.
Returns the sine of the angle in radians.
Returns the tangent of the angle in radians.
Compares this angle with another angle.
Divides this angle by a number, returning a new angle.
Divides this angle by another angle, returning the ratio of their values.
Subtracts another angle from this angle.
Adds another angle to this angle.
Calculates the remainder of this angle when divided by another angle.
Multiplies this angle by a factor.
Returns a string representation of the angle.
Returns the negation of this angle.