val of_micros : int64 -> tval of_decimal_string : string -> (t, string) Stdlib.resultval to_micros : t -> int64val to_decimal_string : t -> stringval compare : t -> t -> intval equal : t -> t -> boolval add : t -> t -> (t, string) Stdlib.resultval subtract : t -> t -> (t, string) Stdlib.resultval negate : t -> (t, string) Stdlib.resultval absolute : t -> (t, string) Stdlib.resultval minimum : t -> t -> tval is_positive : t -> boolval is_negative : t -> boolval is_nonnegative : t -> boolval is_multiple : t -> lot:t -> boolval round_toward_zero_to_multiple :
t ->
multiple:t ->
(t, string) Stdlib.resultval bps_floor : t -> bps:int -> (t, string) Stdlib.resultval scale_ratio_exact :
t ->
numerator:int64 ->
denominator:int64 ->
(t, string) Stdlib.resultval pp : Stdlib.Format.formatter -> t -> unit