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 -> real / integer |
| Input function. | |
|
XValues (output_control) |
number-array -> real / integer |
| X values of the function. | |
|
YValues (output_control) |
number-array -> real / integer |
| Y values of the function. | |
funct_1d_to_pairs is reentrant and processed without parallelization.
create_funct_1d_pairs, create_funct_1d_array
Tools