x_range_funct_1dT_x_range_funct_1dXRangeFunct1dXRangeFunct1dx_range_funct_1d (Operator)
Name
x_range_funct_1dT_x_range_funct_1dXRangeFunct1dXRangeFunct1dx_range_funct_1d
— Smallest and largest x value of the function.
Signature
def x_range_funct_1d(function: Sequence[Union[float, int]]) -> Tuple[float, float]
Description
x_range_funct_1dx_range_funct_1dXRangeFunct1dXRangeFunct1dXRangeFunct1dx_range_funct_1d
calculates the smallest and
the largest x value of FunctionFunctionFunctionFunctionfunctionfunction
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
FunctionFunctionFunctionFunctionfunctionfunction
(input_control) function_1d →
HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
XMinXMinXMinXMinXMinxmin
(output_control) number →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Smallest x value.
XMaxXMaxXMaxXMaxXMaxxmax
(output_control) number →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Largest x value.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
Module
Foundation