ldexp
Multiplies a floating point argument by the number 2 raised to the exp power. Depending on input, function can return scalar, vector, matrix or complex number.
Arguments
- Floating point argument x
- Exponent power (integer) y
Output
Real or complex value
Examples