Click or drag to resize

RMathOneMinusExp Method

Calculates 1-Exp(x) with better accuracy around x=0.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double OneMinusExp(
	double x
)

Parameters

x  Double
Function argument

Return Value

Double
The value 1-Exp(x)
See Also