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