float
Determines inequality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are not equal.
Determines equality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are equal.
Argument | Text |
---|---|
val | Number to negate |
Argument | Text |
---|---|
in | Number to convert |
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | Text |
---|---|
val | Number to convert to a timestamp |
Timestamp
Argument | Text |
---|---|
n |
Determines inequality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are not equal.
Determines equality of two values.
Argument | Text |
---|---|
lhs | The first value to compare. |
rhs | The second value to compare. |
Whether the two values are equal.
Argument | Text |
---|---|
val | Number to negate |
Argument | Text |
---|---|
numbers |
Maximum number
Minimum number
Argument | Text |
---|---|
numbers |
Argument | Text |
---|---|
numbers |
Argument | Text |
---|---|
in | Number to convert |
Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.
Argument | Text |
---|---|
val | Number to convert to a timestamp |
Timestamp
Argument | Text |
---|---|
n |
Last modified 4mo ago