Kappa_data_structures.NbrKappa numbers (either float, int or int64) and operations on them
val to_float : t -> float optionNone when infinity or Not a Number
val to_int : t -> intval zero : tval is_zero : t -> boolval one : tval is_strictly_positive : t -> boolval print : Stdlib.Format.formatter -> t -> unitval pretty_print : Stdlib.Format.formatter -> t -> unitFloats are compactly printed
val print_option : Stdlib.Format.formatter -> t -> unitPrints nothing in case of infinity or Not a Number
val to_string : t -> stringval of_string : string -> tval to_yojson : t -> Yojson.Basic.tval of_yojson : Yojson.Basic.t -> tval of_un_alg_op : Operator.un_alg_op -> t -> tval of_bin_alg_op : Operator.bin_alg_op -> t -> t -> tval of_compare_op : Operator.compare_op -> t -> t -> bool