[Home] Type Microsoft.FSharp.Math.Types.BigInt


The type of arbitrary-sized integers

Full Type Signature

type BigInt
  with
    interface IStructuralHash
    interface IComparable
    static member ( ~+ ) : BigInt -> BigInt
    static member ( ~- ) : BigInt -> BigInt
    static member ( - ) : BigInt * BigInt -> BigInt
    static member ( * ) : BigInt * BigInt -> BigInt
    static member ( / ) : BigInt * BigInt -> BigInt
    static member ( + ) : BigInt * BigInt -> BigInt
  end

Static Members

MemberDescription
member ( + ) : BigInt * BigInt -> BigInt
member ( / ) : BigInt * BigInt -> BigInt
member ( * ) : BigInt * BigInt -> BigInt
member ( - ) : BigInt * BigInt -> BigInt
member ( ~- ) : BigInt -> BigInt
member ( ~+ ) : BigInt -> BigInt

See Also

Microsoft.FSharp.Math.Types


Documentation for assembly fslib, version 1.1.10.1, generated using F# version 1.1.10.1