public auto safeMax(T)( T a, T b)
Max function that skips NaN values
public auto safeMin(T)( T a, T b)
Min function that skips NaN values