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