Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsNearlyEqualByULP
(
float A, |
Check if two floating point numbers are nearly equal to within specific number of units of last place (ULP). |
![]() ![]() |
bool | IsNearlyEqualByULP
(
double A, |
Check if two floating point numbers are nearly equal to within specific number of units of last place (ULP). |