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