num_2 : num

SYNOPSIS
Constant two in unlimited-size integers.

DESCRIPTION
The constant num_2 is bound to the integer constant 2 in the unlimited-precision numbers provided by the OCaml Num library.

FAILURE CONDITIONS
Not applicable.

USES
Exactly the same as Int 2, but may save recreation of a cons cell each time.

SEE ALSO
num_0, num_1, num_10.