Module Uucp.Num
Numeric properties.
Hex digits
val is_ascii_hex_digit : Stdlib.Uchar.t -> boolis_ascii_hex_digit uistrueifuhas the ASCII_Hex_Digit property.
val is_hex_digit : Stdlib.Uchar.t -> boolis_ascii_hex_digit uistrueifuhas the Hex_Digit property.
Numeric type
val pp_numeric_type : Stdlib.Format.formatter -> numeric_type -> unitpp_numeric_type ppf nprints an unspecified representation ofnonppf.
val numeric_type : Stdlib.Uchar.t -> numeric_typenumeric_type uisu's Numeric_Type property.
Numeric value
val pp_numeric_value : Stdlib.Format.formatter -> numeric_value -> unitpp_numeric_value ppf nprints an unspecified representation ofnonppf.
val numeric_value : Stdlib.Uchar.t -> [ `Frac of int * int | `NaN | `Num of int64 ]numeric_type uisu's Numeric_Value property.