package soteria

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

Module Svalue.FloatClass

type t =
  1. | Normal
  2. | Subnormal
  3. | Zero
  4. | Infinite
  5. | NaN
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val as_fpclass : t -> fpclass