How do I convert a float to a string in F#. I\'m looking for a function with this signature:
float -> string
string;; val it : (obj -> string) =