package base

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

Module Float.OSource

A sub-module designed to be opened to make working with floats more convenient.

Sourceval (+) : t -> t -> t
Sourceval (-) : t -> t -> t
Sourceval (*) : t -> t -> t
Sourceval (/) : t -> t -> t
Sourceval (%) : t -> t -> t
Sourceval (**) : t -> t -> t
Sourceval (~-) : t -> t
include Comparisons.Infix with type t := t
Sourceval (>=) : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (<>) : t -> t -> bool
Sourceval abs : t -> t
Sourceval neg : t -> t
Sourceval zero : t
Sourceval of_int : int -> t
Sourceval of_float : float -> t
OCaml

Innovation. Community. Security.