package server-reason-react

  1. Overview
  2. Docs
Rendering React components on the server natively

Install

Dune Dependency

Authors

Maintainers

Sources

server-reason-react-0.3.1.tbz
sha256=b97fbe6a7c3e5e1a7775e0f6498f257acaaa7e272177a9a3e0e50b7a49408d7c
sha512=b27a94618c367c80efef83a41c2a59c9cc7848fd753049ed40fa1f2cface1ef34cf3a995835bf08e2eb59c3186911f429b4706ed07dcb9724df6af5eb012a31d

doc/server-reason-react.js/Js/Math/index.html

Module Js.MathSource

Sourceval _E : float
Sourceval _LN2 : float
Sourceval _LN10 : float
Sourceval _LOG2E : float
Sourceval _LOG10E : float
Sourceval _PI : float
Sourceval _SQRT1_2 : float
Sourceval _SQRT2 : float
Sourceval abs_int : int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval abs_float : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval acos : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval acosh : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval asin : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval asinh : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval atan : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval atanh : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval atan2 : y:float -> x:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval cbrt : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafe_ceil_int : float -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval ceil_int : float -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval ceil_float : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval clz32 : int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval cos : float -> float
Sourceval cosh : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval exp : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval expm1 : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafe_floor_int : float -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval floor_int : float -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval floor_float : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval fround : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval hypot : float -> float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval hypotMany : float array -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval imul : int -> int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval log : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval log1p : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval log10 : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval log2 : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval max_int : int -> int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval maxMany_int : int array -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval max_float : float -> float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval maxMany_float : float array -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval min_int : int -> int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval minMany_int : int array -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval min_float : float -> float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval minMany_float : float array -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval pow_float : base:float -> exp:float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval random : unit -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval random_int : int -> int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafe_round : float -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval round : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval sign_int : int -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval sign_float : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval sin : float -> float
Sourceval sinh : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval sqrt : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval tan : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval tanh : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval unsafe_trunc : float -> int
  • alert not_implemented is not implemented in native under server-reason-react.js
Sourceval trunc : float -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.