package oml

  1. Overview
  2. Docs
include module type of Oml_continued_fraction
type t
val init : get_a:(int -> float -> float) -> get_b:(int -> float -> float) -> t
val evaluate : t -> ?epsilon:float -> ?max_iterations:int -> float -> float