package server-reason-react

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

Module Js.IntSource

Provides functions for inspecting and manipulating ints

Sourcetype t = int
Sourceval toExponential : ?digits:t -> t -> string

Formats a number in exponential notation.

Sourceval toPrecision : ?digits:t -> t -> string

Formats a number with the specified number of significant digits.

Sourceval toString : ?radix:t -> t -> string

Converts an integer to a string. Optionally specify a radix (2-36).

Sourceval toFloat : int -> float
Sourceval equal : t -> t -> bool
Sourceval max : int
Sourceval min : int