package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Unified interface for floating-point types.

type round_mode =
  1. | Nearest
  2. | ToZero
  3. | Up
  4. | Down
module type CFloatType = sig ... end
OCaml

Innovation. Community. Security.