Introduction:
User Guide:
Development Guide:
Examples:
Documentation:
Enter user input string to extract all numbers as floats and return a list of those floats
input_string (str) – Users raw response for new x data from get_user_inputs
List of users float-like entries
list[float]