-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the URL for Moscow ML (by agreement from @sestoft)
- Loading branch information
Showing
9 changed files
with
102 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<HTML><HEAD><TITLE>Structure IntInf</TITLE></HEAD> | ||
<BODY BGCOLOR="#fbf2e7"> | ||
<H1>Structure IntInf</H1> | ||
<HR><TABLE WIDTH=100%><TR ALIGN = CENTER> | ||
<TH><A HREF="idIndex.html">Identifier index</A> | ||
<TH><A HREF="index.html">Structure index</A> | ||
</TABLE><HR> | ||
<PRE> | ||
<A NAME="line0"></A>(* LargeInt -- arbitrary-precision integers 1995-09-04, 1998-04-12 *) | ||
<A NAME="line1"></A>(* This module requires Dynlib and the GNU GMP package to be installed *) | ||
<A NAME="line2"></A> | ||
<A NAME="line3"></A>type int | ||
<A NAME="line4"></A> | ||
<A NAME="line5"></A>val precision : int option | ||
<A NAME="line6"></A>val minInt : int option | ||
<A NAME="line7"></A>val maxInt : int option | ||
<A NAME="line8"></A> | ||
<A NAME="line9"></A>val ~ : int -> int | ||
<A NAME="line10"></A>val + : int * int -> int | ||
<A NAME="line11"></A>val - : int * int -> int | ||
<A NAME="line12"></A>val * : int * int -> int | ||
<A NAME="line13"></A>val div : int * int -> int | ||
<A NAME="line14"></A>val mod : int * int -> int | ||
<A NAME="line15"></A>val quot : int * int -> int | ||
<A NAME="line16"></A>val rem : int * int -> int | ||
<A NAME="line17"></A>val < : int * int -> bool | ||
<A NAME="line18"></A>val > : int * int -> bool | ||
<A NAME="line19"></A>val <= : int * int -> bool | ||
<A NAME="line20"></A>val >= : int * int -> bool | ||
<A NAME="line21"></A>val eq : int * int -> bool | ||
<A NAME="line22"></A>val ne : int * int -> bool | ||
<A NAME="line23"></A>val abs : int -> int | ||
<A NAME="line24"></A>val min : int * int -> int | ||
<A NAME="line25"></A>val max : int * int -> int | ||
<A NAME="line26"></A> | ||
<A NAME="line27"></A>val divMod : int * int -> int * int | ||
<A NAME="line28"></A>val quotRem : int * int -> int * int | ||
<A NAME="line29"></A>val pow : int * Int.int -> int | ||
<A NAME="line30"></A>val log2 : int -> Int.int | ||
<A NAME="line31"></A> | ||
<A NAME="line32"></A>val sign : int -> Int.int | ||
<A NAME="line33"></A>val sameSign : int * int -> bool | ||
<A NAME="line34"></A>val compare : int * int -> order | ||
<A NAME="line35"></A> | ||
<A NAME="line36"></A>val fromInt : Int.int -> int | ||
<A NAME="line37"></A>val toInt : int -> Int.int (* Overflow *) | ||
<A NAME="line38"></A>val toLarge : int -> int | ||
<A NAME="line39"></A>val fromLarge : int -> int | ||
<A NAME="line40"></A> | ||
<A NAME="line41"></A>val fromString : string -> int option | ||
<A NAME="line42"></A>val toString : int -> string | ||
<A NAME="line43"></A> | ||
<A NAME="line44"></A>val scan : StringCvt.radix | ||
<A NAME="line45"></A> -> (char, 'a) StringCvt.reader -> (int, 'a) StringCvt.reader | ||
<A NAME="line46"></A>val fmt : StringCvt.radix -> int -> string | ||
<A NAME="line47"></A> | ||
</PRE><HR><TABLE WIDTH=100%><TR ALIGN = CENTER> | ||
<TH><A HREF="idIndex.html">Identifier index</A> | ||
<TH><A HREF="index.html">Structure index</A> | ||
</TABLE><HR> | ||
<BR><EM><A HREF="http://mosml.org">Moscow ML</A> 2.10</EM></BODY></HTML> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters