mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc(CCInt): add doc for of_float
This commit is contained in:
parent
cd26e3d3a3
commit
2bde1e4dd3
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ val of_string_exn : string -> t
|
||||||
@since NEXT_RELEASE *)
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
val of_float : float -> t
|
val of_float : float -> t
|
||||||
(** @since NEXT_RELEASE *)
|
(** Alias to {!int_of_float}.
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
val pp_binary : t printer
|
val pp_binary : t printer
|
||||||
(** Print as "0b00101010".
|
(** Print as "0b00101010".
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue