Click or drag to resize

OneVariableFunctionNegate Method

Negates the specified function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static OneVariableFunction Negate(
	OneVariableFunction f
)

Parameters

f  OneVariableFunction
A function.

Return Value

OneVariableFunction
A new function representing -f(x).
Remarks
g(x) = -f(x) for all x
See Also