Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

ldexp


SYNOPSIS:

  double ldexp(x,n);
   double x;
   int n;
  y = ldexp(x, n);

DESCRIPTION:

ldexp() multiplies x by 2**n.