package hardcaml_circuits

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

iteration mode

type t = Cordic_reference.Mode.t =
  1. | Rotation
  2. | Vectoring
  3. | Inverse
val to_signal : t -> Hardcaml.Signal.t