package server-reason-react

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

Module Js.FloatSource

Sourcetype t = float
Sourceval _NaN : float
Sourceval isNaN : float -> bool
Sourceval isFinite : float -> bool
Sourceval toExponential : ?digits:int -> t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toFixed : ?digits:int -> t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toPrecision : ?digits:int -> t -> string
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval toString : ?radix:int -> t -> string
Sourceval fromString : string -> float
OCaml

Innovation. Community. Security.