package posix-base

  1. Overview
  2. Docs

Module type for arithmetic numbers. In POSIX world, an arithmetic type can be either a floating point number or an integer (of unknown size).

type t
val t : t Ctypes.typ
val is_float : bool
val to_int64 : t -> int64
val of_int64 : int64 -> t
val to_float : t -> float
val of_float : float -> t