package hardcaml_circuits

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Cordic_reference.System end

Determines the cordic update equations

type t = Cordic_reference.System.t =
  1. | Circular
  2. | Linear
  3. | Hyperbolic
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
OCaml

Innovation. Community. Security.