1 2 3 4 5 6
### The `float` module contains functions to work with floats. ## Parses a string as a float. ## ## Returns an `float`. intrinsic fn parse(string) as float::parse;