Cordic.Mode
include module type of struct include Cordic_reference.Mode end
iteration mode
type t =
| Rotation
| Vectoring
| Inverse
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_signal : t -> Hardcaml.Signal.t