Return x multiplied by 2 to the power of ex IE: x*(2^ex) .
Requirements
Examples
#include <libs/math.bas> Dim y,x as Single Dim i as Integer x=ldexpf(y,i)