Smallest and largest x value of the function.
::x_range_funct_1d calculates the smallest and the largest x value of Function.
|
Function (input_control) |
function_1d-array -> HTuple.double / long |
| Input function. | |
|
XMin (output_control) |
number -> double * |
| Smallest x value. | |
|
XMax (output_control) |
number -> double * |
| Largest x value. | |
::create_funct_1d_pairs, ::create_funct_1d_array
Tools