package goblint

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

Abstract Domains for floats. These are domains that support the C * operations on double/float values.

exception ArithmeticOnFloatBot of string
module type FloatArith = sig ... end
module type FloatDomainBase = sig ... end
module type FloatDomain = sig ... end