static float minmax(float x, float min, float max) { ret min(max(x, min), max); }