log10p1

Calculates log10(x + 1).

@IEEECompliant("log10p1", 42)
D
log10p1
(
D
)
(
auto const ref D x
)

Throws

InvalidOperationExceptionx is signaling NaN or x < 1.0
DivisionByZerox is -1.0
Underflowresult is too small to be represented
InexactExceptionthe result is inexact

Special values

xlog(x)
NaNNaN
-1.0-∞
-∞NaN
+∞+∞
+9.0+1.0
< -1.0NaN

Meta