ldexp ( x exp -- y )


Vocabulary
math.functions

Inputs
xa number
expa number


Outputs
ya number


Word description
Multiply x by 2^exp.

Notes
ldexp is the inverse of frexp.

Definition


Methods