package hardcaml_circuits

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cordic_reference.SystemSource

Determines the cordic update equations

Sourcetype t =
  1. | Circular
  2. | Linear
  3. | Hyperbolic
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t