You can search for identifiers within the package.
in-package search v0.2.0
bimage
Bimage.Angle
The Angle type is used instead of a float whenever a function expects an angle argument to avoid ambiguity
type t
val of_degrees : float -> t
of_degrees deg creates new angle from deg degrees
of_degrees deg
deg
val to_degrees : t -> float
to_degrees angle returns the value of the angle in degrees
to_degrees angle
val of_radians : float -> t
of_radians rad creates a new angle from rad radians
of_radians rad
rad
val to_radians : t -> float
to_radians angle returns the value of the angle in radians
to_radians angle