package euler

  1. Overview
  2. Docs

Module Euler.FareySource

Sourcetype t = int * int
Sourceval sym : t -> t
Sourceval assert_adjacent_fractions : int -> t -> t -> unit
Sourceval iter_farey : int -> ?starting1:t -> ?starting2:t -> (t -> unit) -> unit
Sourceval next_farey : int -> t -> t
Sourceval prev_farey : int -> t -> t
Sourceval rev_iter_farey : int -> ?starting1:t -> ?starting2:t -> (t -> unit) -> unit
Sourceval list_farey : int -> t list
OCaml

Innovation. Community. Security.