negate_funct_1dT_negate_funct_1dNegateFunct1dNegateFunct1dnegate_funct_1d (Operator)
Name
negate_funct_1dT_negate_funct_1dNegateFunct1dNegateFunct1dnegate_funct_1d
— Negation of the y values.
Signature
def negate_funct_1d(function: Sequence[Union[float, int]]) -> Sequence[Union[float, int]]
Description
negate_funct_1dnegate_funct_1dNegateFunct1dNegateFunct1dNegateFunct1dnegate_funct_1d
negates all y values
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.
FunctionInvertedFunctionInvertedFunctionInvertedFunctionInvertedfunctionInvertedfunction_inverted
(output_control) function_1d →
HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Function with the negated y values.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
Module
Foundation