Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CMath
Description
Arithmetic operations in a non-fast-math environment (IEEE compliant). These can (mostly) be removed when callers are guaranteed to not be compiled with fast-math or similar enabled.
| Name | FloatAdd |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/MathUtils.h |
| Include Path | #include "uLang/Common/Misc/MathUtils.h" |
| Source | /Engine/Source/Runtime/Solaris/uLangCore/Private/uLang/Common/Misc/MathUtils.cpp |
static double FloatAdd
(
double Left,
double Right
)