다음을 통해 공유


sqrt 함수

Squre 루트는 인수를 계산합니다.

inline float sqrt(
   float _X
) restrict(amp);
inline double sqrt(
   double _X
) restrict(amp);

매개 변수

  • _X
    부동 소수점 값

반환 값

인수 squre 루트를 반환합니다.

요구 사항

헤더: amp_math.h

네임 스페이스: Concurrency::precise_math

참고 항목

참조

Concurrency::precise_math 네임스페이스