Virtual_dom.Dom_floatval to_js_string : float -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.tCalls the toString method on the float
val to_js_string_fixed :
int ->
float ->
Js_of_ocaml.Js.js_string Js_of_ocaml.Js.tCalls the toFixed method on the float https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed
val to_js_string_precision :
int ->
float ->
Js_of_ocaml.Js.js_string Js_of_ocaml.Js.tCalls the toPrecision method on the float https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toPrecision
val to_js_string_exponential :
float ->
Js_of_ocaml.Js.js_string Js_of_ocaml.Js.tCalls the toExponential method on the float https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toExponential