cc [ flags ] -I/usr/local/include file(s) -L/usr/local/lib -lmcw [ ... ] #include <mathcw.h> extern float ldexpof (float x, int n); extern double ldexpo (double x, int n); extern long double ldexpol (long double x, int n); extern __float80 ldexpow (__float80 x, int n); extern __float128 ldexpoq (__float128 x, int n); extern long_long_double ldexpoll (long_long_double x, int n); extern decimal_float ldexpodf (decimal_float x, int n); extern decimal_double ldexpod (decimal_double x, int n); extern decimal_long_double ldexpodl (decimal_long_double x, int n); extern decimal_long_long_double ldexpodll (decimal_long_long_double x, int n);
NB: Functions with prototypes containing underscores in type names may be available only with certain extended compilers.
Use the companion ldexph() function family for base-16 systems.