Cordic.Config
type t = {
architecture : Hardcaml_circuits__Cordic_intf.Architecture.t;
iterations : Base.int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t