Check that a double argument is within a specified range
check_double_value_in_range(argument, argument_name, range_min, range_max)
Value of the argument to check
Name of the argument, for inclusion in the error message
Minimum of the range
Maximum of the range
Boolean stating the current status of the pre-execution checks, or FALSE if this check fails