package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Normal
  2. | SubNormal
  3. | Zero
  4. | Infinite
  5. | NotANumber
val repr : t -> string
val of_float : float -> t