LessQ
LessQ[testVal,value]⟹bool
returns True if testVal is less than value.
LessQ[testVal,value,increment]⟹bool
returns True if testVal is less than value by a multiple of increment.
Examples
Basic Examples (4)
Additional Examples (11)
Comparing distributions compares their means:
Distributions can be compared to reals and quantities as well:
Specify an increment in numeric case:
Does not match if given quantity is greater than or equal to test quantity:
Can handle different Units, provided they are compatibile:
Does not match if Units are incompatible:
Numeric values and quantities are incompatible:
Numeric values and quantities are incompatible:
Function does not evaluate on other inputs:

