CSS comparison functions min(), max(), and clamp() support full mathematical expressions directly, eliminating the need to nest calc() inside them. You can write arithmetic operations, use CSS custom properties, and even complex expressions directly as arguments. For example, max(20px, 1vw + 10px) works without wrapping the second argument in calc().