Returns the product of a (the significand) times 2 to power b (the exponent).
- Template Parameters
-
- Parameters
-
[in] | a | the significand |
[in] | b | an integer that is the exponent |
- Returns
- product of a times 2 to the power b
Definition at line 21 of file ldexp.hpp.