package base

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

Module Not_exposed_properly.Int_math

This module is not exposed in Core. Instead, these functions are accessed and commented in the various Core modules implementing Int_intf.S.

module type T = sig ... end
module Make (X : T) : sig ... end

derived operations common to various integer modules

val int_pow : int -> int -> int
val int64_pow : int64 -> int64 -> int64
val int63_pow_on_int64 : int64 -> int64 -> int64
OCaml

Innovation. Community. Security.