Qurak

Greater

Disponible

Check if values are greater than each other.

> Check if values are greater than each other.
Greater[2, 1] → TrueGreater[1, 2] → FalseGreater[1, 1] → FalseGreater[1, 2, 3] → FalseGreater[3, 2, 1] → True2 > 1 → True1 > 2 → False

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP