Skip to content

Commit 16a882e

Browse files
m4jingmhegazy
authored andcommitted
Optimized annotation according to Spec (microsoft#19906)
1 parent b18ee65 commit 16a882e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/lib/es2015.core.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ interface Math {
118118
log1p(x: number): number;
119119

120120
/**
121-
* Returns the result of (e^x - 1) of x (e raised to the power of x, where e is the base of
122-
* the natural logarithms).
121+
* Returns the result of (e^x - 1), which is an implementation-dependent approximation to
122+
* subtracting 1 from the exponential function of x (e raised to the power of x, where e
123+
* is the base of the natural logarithms).
123124
* @param x A numeric expression.
124125
*/
125126
expm1(x: number): number;

0 commit comments

Comments
 (0)