다음을 통해 공유


ldexp 함수

실수의가 수와 지 수를 계산합니다.

inline float ldexp(
   float _X,
   float _Y
) restrict(amp);
inline double ldexp(
   double _X,
   double _Y
) restrict(amp);

매개 변수

  • _X
    부동 소수점 값을 mentissa

  • _Y
    부동 소수점 값에 지 수

반환 값

_X 반환 * 2 ^ _Exp

요구 사항

헤더: amp_math.h

네임 스페이스: Concurrency::precise_math

참고 항목

참조

Concurrency::precise_math 네임스페이스