OCaml By Examples

bignum

main.ml

...
let a = Bigint.zero

let b = Bigint.of_int 3

let c = Bigint.(a + b)
next: benchmarks