Access to the x/y values of a function.
::funct_1d_to_pairs splits the input function Function into tuples for the x and y values.
|
Function (input_control) |
function_1d-array -> HTuple.double / long |
| Input function. | |
|
XValues (output_control) |
number-array -> HTuple.double * / long * |
| X values of the function. | |
|
YValues (output_control) |
number-array -> HTuple.double * / long * |
| Y values of the function. | |
::create_funct_1d_pairs, ::create_funct_1d_array
Tools