We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18ee65 commit 16a882eCopy full SHA for 16a882e
1 file changed
src/lib/es2015.core.d.ts
@@ -118,8 +118,9 @@ interface Math {
118
log1p(x: number): number;
119
120
/**
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).
+ * Returns the result of (e^x - 1), which is an implementation-dependent approximation to
+ * 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).
124
* @param x A numeric expression.
125
*/
126
expm1(x: number): number;
0 commit comments