Returns the larger _decimal value between absolutes of x and y
InvalidOperationException if x or y is signaling NaN
decimal32 x = 3; decimal64 y = -4; assert (fmaxAbs(x, y) == -4);
See Implementation
Returns the larger _decimal value between absolutes of x and y