lt()Determines if one value is less than another value.
This function is valid in v2.12.0 to v2.24.3. This function has been downloaded 70 times.value2.value1.value1 and value2 are given a boolean indicating if value1 is less than value2 will be returned. Otherwise a partial function will be returned which when called will accept one value and will return a boolean indicating if that value is less than value1.This function directly requires the following functions which are included automatically:
add()andBits()and of two numbers.
divide()eq()==) another value.
eqs()===) another value.
gt()gte()lte()multiply()ne()!=) another value.
nes()!==) another value.
orBits()or of two numbers.
rem()subtract()xorBits()xor of two numbers.
This function is directly required by the following functions:
add()andBits()and of two numbers.
divide()eq()==) another value.
eqs()===) another value.
gt()gte()lte()multiply()ne()!=) another value.
nes()!==) another value.
orBits()or of two numbers.
rem()subtract()xorBits()xor of two numbers.