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