FloatToString

typealias FloatToString = (Float) -> String(source)

Method to convert a Float to its String representation.