Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Public/Math
Jamie Dale 820fb7d78a Added specific rounding implementations
Added some specific float and double rounding implementations (to be used by FastDecimalFormat):
 * FMath::RoundHalfToEven
 * FMath::RoundHalfFromZero
 * FMath::RoundHalfToZero
 * FMath::RoundFromZero
 * FMath::RoundToZero
 * FMath::RoundToNegativeInfinity
 * FMath::RoundToPositiveInfinity

Added a generic platform wrapper for the float and double modf function (FMath::Modf).

Added some missing double implementations (FMath::RoundToDouble, FMath::CeilToDouble).

#platformnotify Josh.Adams

[CL 2677455 by Jamie Dale in Main branch]
2015-09-02 15:16:47 -04:00
..
2015-07-27 09:34:14 -04:00
2015-07-10 05:31:32 -04:00
2015-06-05 13:59:11 -04:00
2015-07-10 05:31:32 -04:00
2015-07-10 05:31:32 -04:00
2015-08-20 20:56:25 -04:00