Less

Returns TRUE if x is less than y. Otherwise the return value is FALSE. Both arguments must be of the same type and the same size. This function is performed element-wise if the arguments are vectors or matrices.

Syntax

x < y

Types
 Variable NameValue TypeVariable Type
Arguments:xrealboolean, scalar, vector, matrix
yrealboolean, scalar, vector, matrix
Result: bbool boolean
Calculator Input

Use the < button to complete the operation.

Example
IDDescriptionTypeValueExpression
x REAL VECTOR

[2, 3]
y REAL VECTOR

[2, 4]
b Result BOOL falsex < y