Math.Expm1(Double) Method

Definition

Returns e<sup>x</sup>&nbsp;-1.

[Android.Runtime.Register("expm1", "(D)D", "")]
public static double Expm1 (double x);
[<Android.Runtime.Register("expm1", "(D)D", "")>]
static member Expm1 : double -> double

Parameters

x
Double

the exponent to raise e to in the computation of e<sup>x</sup>&nbsp;-1.

Returns

the value e<sup>x</sup>&nbsp;-&nbsp;1.

Attributes

Remarks

Java documentation for java.lang.Math.expm1(double).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to