MathF.ReciprocalEstimate(Single) 메서드

정의

지정된 숫자의 역수의 예상값을 반환합니다.

public:
 static float ReciprocalEstimate(float x);
public static float ReciprocalEstimate(float x);
static member ReciprocalEstimate : single -> single
Public Shared Function ReciprocalEstimate (x As Single) As Single

매개 변수

x
Single

상호 추정할 수입니다.

반품

의 역수 추정값입니다 x.

설명

x86/x64 하드웨어에서 최대 상대 오차1.5 * 2^-12RCPSS 있는 명령을 사용할 수 있습니다.

ARM64 하드웨어에서 단일 Newton-Raphson 반복을 수행하는 명령을 사용할 FRECPE 수 있습니다.

특수 지원이 없는 하드웨어에서는 이 값이 반환 1.0 / x될 수 있습니다.

적용 대상