Javascript.NumConversions
val of_string_unsafe : string -> tval of_targetint : Targetint.t -> tval of_float : float -> tval to_string : ?minify:bool -> t -> stringto_string ~minify:true applies cosmetic compaction (strips the leading zero of 0.D…/-0.D… literals and normalizes exponents); ~minify:false (the default) returns the literal verbatim, preserving --pretty output.
val to_targetint : t -> Targetint.tval hash : t -> intPredicates
val is_zero : t -> boolval is_one : t -> boolval is_neg : t -> boolArithmetic