package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module List : sig ... end

Extension of the List module.

module String : sig ... end

Extension of the String module.

module Filename : sig ... end

Extension of the Filename module.

module StrMap : sig ... end

Maps with string keys.

module IntMap : sig ... end

Maps with int keys.

module StrSet : sig ... end

Sets of string.

module IntSet : sig ... end

Sets of int.

val phi : float

Golden ratio.

val pi : float

Pi (ratio of a circle's circumference to its diameter).

val round : float -> int

round f rounds the floating point number f.

val round_float : float -> float

round f rounds the floating point number f to a float.