blob: 4026848573c3365689ca2a42b0794dc638ef1e33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- number.ml Thu Oct 21 04:56:03 2004
+++ number.ml Thu Nov 25 00:25:35 2004
@@ -18,7 +18,7 @@
(** Basic operations and definitions for multi-precistion integers. *)
(* Change to Dlong for non x86 platforms *)
-module Nx = Numerix.Slong
+module Nx = Numerix.Clong
let two = Nx.of_int 2
let one = Nx.of_int 1
|