InvalidOperationException | x is signaling NaN |
UnderflowException | 10x is too small to be represented |
OverflowException | 10x is too big to be represented |
InexactException | the result is inexact |
x | exp10(x) |
---|---|
NaN | NaN |
±0.0 | +1.0 |
-∞ | +0.0 |
+∞ | +∞ |
decimal32 x = 3; assert(exp10(x) == 1000);
Page generated by adrdox
Calculates 10x