Retrieves a floating-point number value from an environment variable.
The name of the environment variable
Optional
Optional default number value to use if the environment variable is not set
The floating-point number value parsed from the environment variable
Will throw an error if the environment variable is missing and no default is provided
Retrieves a floating-point number value from an environment variable.