Module IntAGeom.Angle.Degree

module Degree: sig .. end

type t = IntAGeom.deg_angle 
val pi : t
val pi_half : t
val pi_twice : t
val of_degrees : t -> t
val to_degrees : t -> t
val of_radians : IntAGeom.rad_angle -> t
val to_radians : t -> IntAGeom.rad_angle
val bounded : t -> t
val add : t -> t -> t
a + b
val sub : t -> t -> t
a - b
val mul : t -> int -> t
v * k
val div : t -> int -> t
v / k
val rand : ?max:t -> unit -> t
val mean : t list -> t
module Infix: sig .. end