Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float InvSqrt
(
float F |
Computes a fully accurate inverse square root | GenericPlatform/GenericPlatformMath.h | |
static double InvSqrt
(
double F |
GenericPlatform/GenericPlatformMath.h |
InvSqrt(float)
Description
Computes a fully accurate inverse square root
| Name | InvSqrt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static float InvSqrt
(
float F
)
InvSqrt(double)
| Name | InvSqrt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static double InvSqrt
(
double F
)