We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Only two function are available so far, but more will follow.
Return the smaller value of the two provided values.
var c = min(a, b);
Return the greater value of the two provided values.
var c = max(a, b);